Merge branch '4388-workbench-update' closes #4388
[arvados.git] / apps / workbench / app / assets / javascripts / pipeline_instances.js
index 761477e4653629851edfe58837c2c3db0cc233e1..7bb7c7f9f969da92af7fc7e69928d097d1cd948d 100644 (file)
@@ -1,5 +1,5 @@
 function run_pipeline_button_state() {
-    var a = $('a.editable.required.editable-empty,input.form-control.required[value=]');
+    var a = $('a.editable.required.editable-empty,input.form-control.required[value=""]');
     if (a.length > 0) {
         $(".run-pipeline-button").addClass("disabled");
     }