[ARVADOS] updated: 8a10f2ecd21a783cac5b0edd23c923a41e9cc801

git at public.curoverse.com git at public.curoverse.com
Sun Aug 24 08:12:08 EDT 2014


Summary of changes:
 apps/workbench/app/assets/javascripts/report_issue.js | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

       via  8a10f2ecd21a783cac5b0edd23c923a41e9cc801 (commit)
      from  8cc7bf367214a6f423199b62ab153b431f21f2a7 (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 8a10f2ecd21a783cac5b0edd23c923a41e9cc801
Author: radhika <radhika at curoverse.com>
Date:   Sun Aug 24 08:11:13 2014 -0400

    3112: report issue success event handling working in 404 error page.

diff --git a/apps/workbench/app/assets/javascripts/report_issue.js b/apps/workbench/app/assets/javascripts/report_issue.js
index cc15b70..a05cba5 100644
--- a/apps/workbench/app/assets/javascripts/report_issue.js
+++ b/apps/workbench/app/assets/javascripts/report_issue.js
@@ -8,7 +8,7 @@ $(document).
     }
     $('div').remove('.modal-footer-status');
 
-    $.ajax().
+    $.ajax('/').
       success(function(data, status, jqxhr) {
         var $sendButton = $('#report-issue-submit');
         $sendButton.html('Report sent');
@@ -26,8 +26,6 @@ $(document).
         var $cancelButton = $('#report-issue-cancel');
         var text = document.getElementById('report-issue-cancel').firstChild;
         $cancelButton.html('Cancel');
-      }).
-      always(function(data, status, jqxhr) {
       });
 
   });

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list