mirror of
https://github.com/vrana/adminer.git
synced 2025-08-18 04:11:27 +02:00
Fix resetting search (bug #3612507)
This commit is contained in:
@@ -258,7 +258,7 @@ function selectAddRow(field) {
|
||||
/** Clear column name after resetting search
|
||||
* @param HTMLInputElement
|
||||
*/
|
||||
function selectSearch(el) {
|
||||
function selectSearchSearch(el) {
|
||||
if (!el.value) {
|
||||
el.parentNode.firstChild.selectedIndex = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user