5417: add additional test updates to verify Run button status when input is not readable.
[arvados.git] / apps / workbench / app / assets / javascripts / pipeline_instances.js
index a928d44b4659a908c5bf4521f4d792ef81411666..42c71e0cbe0358c20e30ab0e921605fb459592f5 100644 (file)
@@ -51,8 +51,8 @@ $(document).on('ready ajax:complete', function() {
             $tag.parent().parent().prev().css("background-color", "#ffdddd");
         }
         else {
-            $tag.parent().css("background-color", "");
-            $tag.parent().prev().css("background-color", "");
+            $tag.parent().parent().css("background-color", "");
+            $tag.parent().parent().prev().css("background-color", "");
         }
     });
     run_pipeline_button_state();