1
0
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:
Jakub Vrana
2013-05-03 18:53:13 -07:00
parent 9c78b3bb34
commit 94a0cc8de8
4 changed files with 4 additions and 3 deletions

View File

@@ -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;
}