Explorar o código

Fixed spacing

Andrew Kane %!s(int64=10) %!d(string=hai) anos
pai
achega
8642fba162
Modificáronse 1 ficheiros con 1 adicións e 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;
       }