[ARVADOS] updated: 3cc83a6e4ce8abe8616f3a56d1cdbf49c1df9bd8
Git user
git at public.curoverse.com
Wed Oct 19 00:05:31 EDT 2016
Summary of changes:
apps/workbench/app/assets/javascripts/work_unit_component.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 3cc83a6e4ce8abe8616f3a56d1cdbf49c1df9bd8 (commit)
from b0895b86f4332e9e299a706361ae6cce6facf78e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 3cc83a6e4ce8abe8616f3a56d1cdbf49c1df9bd8
Author: radhika <radhika at curoverse.com>
Date: Wed Oct 19 00:05:15 2016 -0400
10079: fix syntax error in js
diff --git a/apps/workbench/app/assets/javascripts/work_unit_component.js b/apps/workbench/app/assets/javascripts/work_unit_component.js
index d068d89..6c8374b 100644
--- a/apps/workbench/app/assets/javascripts/work_unit_component.js
+++ b/apps/workbench/app/assets/javascripts/work_unit_component.js
@@ -8,7 +8,7 @@ $(document).
var content_div = href.find('.work-unit-component-detail-body');
var content_url = href.attr('content-url');
var action_data = href.attr('action-data');
- $.ajax(content_url, {dataType: 'html', type: 'POST', data: {action_data}}).
+ $.ajax(content_url, {dataType: 'html', type: 'POST', data: {action_data: action_data}}).
done(function(data, status, jqxhr) {
content_div.html(data);
}).fail(function(jqxhr, status, error) {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list