From: Jakub Vrana Date: Sat, 13 Jul 2013 18:23:43 +0000 (-0700) Subject: Fix whitespace X-Git-Tag: v4.0.0~124 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=ffb2b5e80cfae5940bc70d63d851e30d193d5668;p=adminer.git Fix whitespace --- diff --git a/adminer/static/editing.js b/adminer/static/editing.js index 8ad422b3..92b053d8 100644 --- a/adminer/static/editing.js +++ b/adminer/static/editing.js @@ -182,7 +182,7 @@ function selectFieldChange(form) { } if (col && /^order/.test(select.name)) { if (!(col in indexColumns)) { - ok = false; + ok = false; } break; }