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 && /^order/.test(select.name)) {
if (!(col in indexColumns)) { if (!(col in indexColumns)) {
ok = false; ok = false;
} }
break; break;
} }