[ARVADOS] updated: a73e28177b78feb357070cf4f217fdff42615605
git at public.curoverse.com
git at public.curoverse.com
Fri Aug 22 13:50:06 EDT 2014
Summary of changes:
apps/workbench/app/assets/javascripts/report_issue.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via a73e28177b78feb357070cf4f217fdff42615605 (commit)
from 1b4f261c2f7d8552f9d746931c84c09d894c0077 (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 a73e28177b78feb357070cf4f217fdff42615605
Author: radhika <radhika at curoverse.com>
Date: Fri Aug 22 13:49:21 2014 -0400
3112: ajax event handling on form not working. reverting back to document for now.
diff --git a/apps/workbench/app/assets/javascripts/report_issue.js b/apps/workbench/app/assets/javascripts/report_issue.js
index bb39d89..482fd53 100644
--- a/apps/workbench/app/assets/javascripts/report_issue.js
+++ b/apps/workbench/app/assets/javascripts/report_issue.js
@@ -1,5 +1,5 @@
// ajax handling for report-issue function
-$('#report-issue-modal-window form').
+$(document).
on('ajax:send', function() {
var $sendButton = $('#report-issue-submit');
if ($sendButton) {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list