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:
@@ -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});
|
||||
|
@@ -14,6 +14,9 @@ function helpMouseover() {
|
||||
function helpMouseout() {
|
||||
}
|
||||
|
||||
function helpClose() {
|
||||
}
|
||||
|
||||
/** Display typeahead
|
||||
* @param string
|
||||
* @this HTMLInputElement
|
||||
|
Reference in New Issue
Block a user