diff --git a/editor/include/adminer.inc.php b/editor/include/adminer.inc.php index 3a5ed322..b21ea41f 100644 --- a/editor/include/adminer.inc.php +++ b/editor/include/adminer.inc.php @@ -243,7 +243,7 @@ ORDER BY ORDINAL_POSITION", null, "") as $row) { //! requires MySQL 5 if (($val["col"] == "" || $columns[$val["col"]]) && "$val[col]$val[val]" != "") { echo "
"; echo html_select("where[$i][op]", array(-1 => "") + $this->operators, $val["op"]); - echo "
\n"; + echo "" . script("mixin(qsl('input'), {onkeydown: selectSearchKeydown, onsearch: selectSearchSearch});", "") . "\n"; $i++; } }