[ARVADOS] updated: b599ef92fcfc25045eb6a366907555594496bfad

git at public.curoverse.com git at public.curoverse.com
Tue Feb 10 16:40:58 EST 2015


Summary of changes:
 apps/workbench/app/views/jobs/_rerun_job_with_options_popup.html.erb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  b599ef92fcfc25045eb6a366907555594496bfad (commit)
      from  67a4825340187c05cbada61d38c12645a17acb65 (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 b599ef92fcfc25045eb6a366907555594496bfad
Author: Tom Clegg <tom at curoverse.com>
Date:   Tue Feb 10 16:42:04 2015 -0500

    Fix javascript errors when closing modal. refs #5183

diff --git a/apps/workbench/app/views/jobs/_rerun_job_with_options_popup.html.erb b/apps/workbench/app/views/jobs/_rerun_job_with_options_popup.html.erb
index ac399f3..44254e1 100644
--- a/apps/workbench/app/views/jobs/_rerun_job_with_options_popup.html.erb
+++ b/apps/workbench/app/views/jobs/_rerun_job_with_options_popup.html.erb
@@ -10,7 +10,7 @@
           <%= f.hidden_field(field_sym, value: @job.send(field_sym).to_json) %>
         <% end %>
         <div class="modal-header">
-          <button type="button" class="close" onClick="reset_form()" data-dismiss="modal" aria-hidden="true">×</button>
+          <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
           <div id="jobRerunTitle">
             <div class="col-sm-6"> <h4 class="modal-title">Re-run job</h4> </div>
           </div>
@@ -39,7 +39,7 @@
         </div>
 
         <div class="modal-footer">
-          <button class="btn btn-default" onClick="reset_form()" data-dismiss="modal" aria-hidden="true">Cancel</button>
+          <button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Cancel</button>
           <%= f.submit(value: "Run now", class: "btn btn-primary") %>
         </div>
       <% end %>

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list