1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-09 16:17:48 +02:00

Fix whitespace

This commit is contained in:
Jakub Vrana
2013-07-13 11:23:43 -07:00
parent 9b32d638bb
commit ffb2b5e80c

View File

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