1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-05 14:17:26 +02:00

JS: Add missing function

This commit is contained in:
Jakub Vrana
2025-03-19 22:04:30 +01:00
parent 5f6aa1e267
commit 889ffe28c7
2 changed files with 4 additions and 1 deletions

View File

@@ -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});

View File

@@ -14,6 +14,9 @@ function helpMouseover() {
function helpMouseout() {
}
function helpClose() {
}
/** Display typeahead
* @param string
* @this HTMLInputElement