[ARVADOS] updated: 6c7bfabc03237419decad9674c90ea7af906b615

git at public.curoverse.com git at public.curoverse.com
Wed Nov 12 01:16:35 EST 2014


Summary of changes:
 apps/workbench/app/assets/javascripts/pipeline_instances.js | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

       via  6c7bfabc03237419decad9674c90ea7af906b615 (commit)
      from  61f8ceeb1d9b0786507d44ddceffce43fb9d13ae (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 6c7bfabc03237419decad9674c90ea7af906b615
Author: Tom Clegg <tom at curoverse.com>
Date:   Wed Nov 12 01:15:35 2014 -0500

    4024: Fix "compare pipelines" button.

diff --git a/apps/workbench/app/assets/javascripts/pipeline_instances.js b/apps/workbench/app/assets/javascripts/pipeline_instances.js
index 761477e..fa9d6ae 100644
--- a/apps/workbench/app/assets/javascripts/pipeline_instances.js
+++ b/apps/workbench/app/assets/javascripts/pipeline_instances.js
@@ -120,5 +120,9 @@ var showhide_compare = function() {
         });
     }
 };
-$('[data-object-uuid*=-d1hrv-] input[name="uuids[]"]').on('click', showhide_compare);
-showhide_compare();
+$(document).on('change', '[data-object-uuid*=-d1hrv-] input[name="uuids[]"]', function(e) {
+    if(e.target == this) {
+        showhide_compare();
+    }
+});
+$(document).on('ready ajax:success', showhide_compare);

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list