]> git.joonet.de Git - adminer.git/commitdiff
Fix whitespace
authorJakub Vrana <jakub@vrana.cz>
Sat, 13 Jul 2013 18:23:43 +0000 (11:23 -0700)
committerJakub Vrana <jakub@vrana.cz>
Sat, 13 Jul 2013 18:23:43 +0000 (11:23 -0700)
adminer/static/editing.js

index 8ad422b30976066df763456fcc51724ac5ab4cee..92b053d8d7096d4159bcc693781544568f27d187 100644 (file)
@@ -182,7 +182,7 @@ function selectFieldChange(form) {
                        }
                        if (col && /^order/.test(select.name)) {
                                if (!(col in indexColumns)) {
-                                        ok = false;
+                                       ok = false;
                                }
                                break;
                        }