1
0
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:
Jakub Vrana
2018-01-12 21:49:45 +01:00
parent 6353a89816
commit 6c1fbf13c6

View File

@@ -549,7 +549,7 @@ function fieldChange() {
}
// keep value in <select> (function)
parentTag(this, 'table').appendChild(row);
this.onchange = function () { };
this.oninput = function () { };
}