Explorar el Código

Fixed spacing

Andrew Kane hace 10 años
padre
commit
8642fba162
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
       }