Andrew Kane 10 lat temu
rodzic
commit
8642fba162
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/views/blazer/queries/show.html.erb

+ 1 - 1
app/views/blazer/queries/show.html.erb

@@ -134,7 +134,7 @@
     // see if all value are entered
     var $form = $(this).closest("form");
     var completed = true;
-    $form.find("input[name], select").each( function() {
+    $form.find("input[name], select").each( function () {
       if ($(this).val() == "") {
         completed = false;
       }