Merge pull request #2 from wtsi-hgi/feature/arv-view
[arvados.git] / apps / workbench / app / assets / javascripts / pipeline_instances.js
index 9824400828dcaeb29c621f632d32913bf78b25e1..8bb25c13c080138641e6e8ed1a22124a585c44ae 100644 (file)
@@ -35,7 +35,7 @@ $(document).on('editable:success', function(event, tag, response, newValue) {
 $(document).on('ready ajax:complete', function() {
     $('a.editable.required').each(function() {
         var $tag = $(this);
-        if ($tag.hasClass("editable-empty") || $tag.hasClass("unreadable-input")) {
+        if ($tag.hasClass("editable-empty")) {
             $tag.parent().css("background-color", "#ffdddd");
             $tag.parent().prev().css("background-color", "#ffdddd");
         }