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