mirror of
https://github.com/vrana/adminer.git
synced 2025-08-27 00:05:18 +02:00
Fix search focus (regression from 4.4.0)
This commit is contained in:
@@ -437,7 +437,7 @@ function selectSearch(name) {
|
||||
div.firstChild.value = name;
|
||||
div.firstChild.onchange();
|
||||
}
|
||||
div.lastChild.focus();
|
||||
qs('[name$="[val]"]', div).focus();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user