mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 18:14:07 +02:00
Fix fieldChange() after 6353a898
This commit is contained in:
@@ -549,7 +549,7 @@ function fieldChange() {
|
|||||||
}
|
}
|
||||||
// keep value in <select> (function)
|
// keep value in <select> (function)
|
||||||
parentTag(this, 'table').appendChild(row);
|
parentTag(this, 'table').appendChild(row);
|
||||||
this.onchange = function () { };
|
this.oninput = function () { };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user