Parcourir la source

Fixed error display

Andrew Kane il y a 8 ans
Parent
commit
d98c71a698
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/views/blazer/queries/show.html.erb

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

@@ -162,7 +162,7 @@
       $("#results table").stupidtable().stickyTableHeaders({fixedOffset: 60});
     }
 
-    function showError(data) {
+    function showError(message) {
       $("#results").css("color", "red").html(message);
     }