mirror of
https://github.com/vrana/adminer.git
synced 2025-08-26 15:54:34 +02:00
JS: Add missing function
This commit is contained in:
@@ -225,7 +225,7 @@ function editFields() {
|
||||
if (!this.defaultValue) {
|
||||
editingAddRow.call(this);
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
for (const el of qsa('[name$="[length]"]')) {
|
||||
mixin(el, {onfocus: editingLengthFocus, oninput: editingLengthChange});
|
||||
|
Reference in New Issue
Block a user