Merge branch '3889-functional-testing-TC' into 3889-functional-testing
[arvados.git] / apps / workbench / app / assets / javascripts / application.js
index 950ee50d54957fb4c9c23d5b91355f59d0c24a26..39e8cf96eac5b9e8cfbb886451931f45eb545bac 100644 (file)
@@ -206,8 +206,11 @@ jQuery(function($){
     });
 
     $(document).on('click', '.compute-detail', function(e) {
-        console.log("woble");
         $(e.target).collapse('hide');
     });
 
+    $(document).on('click', '.compute-node-summary', function(e) {
+        $(e.target.href).collapse('toggle');
+    });
+
 });