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 () { };
}