mirror of
https://github.com/vrana/adminer.git
synced 2025-08-06 14:46:36 +02:00
JS: Add missing function
This commit is contained in:
@@ -225,7 +225,7 @@ function editFields() {
|
|||||||
if (!this.defaultValue) {
|
if (!this.defaultValue) {
|
||||||
editingAddRow.call(this);
|
editingAddRow.call(this);
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
for (const el of qsa('[name$="[length]"]')) {
|
for (const el of qsa('[name$="[length]"]')) {
|
||||||
mixin(el, {onfocus: editingLengthFocus, oninput: editingLengthChange});
|
mixin(el, {onfocus: editingLengthFocus, oninput: editingLengthChange});
|
||||||
|
@@ -14,6 +14,9 @@ function helpMouseover() {
|
|||||||
function helpMouseout() {
|
function helpMouseout() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function helpClose() {
|
||||||
|
}
|
||||||
|
|
||||||
/** Display typeahead
|
/** Display typeahead
|
||||||
* @param string
|
* @param string
|
||||||
* @this HTMLInputElement
|
* @this HTMLInputElement
|
||||||
|
Reference in New Issue
Block a user