diff --git a/adminer/static/editing.js b/adminer/static/editing.js index 0754be5c..08000abe 100644 --- a/adminer/static/editing.js +++ b/adminer/static/editing.js @@ -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}); diff --git a/editor/static/editing.js b/editor/static/editing.js index 09ba40a8..fe511b7f 100644 --- a/editor/static/editing.js +++ b/editor/static/editing.js @@ -14,6 +14,9 @@ function helpMouseover() { function helpMouseout() { } +function helpClose() { +} + /** Display typeahead * @param string * @this HTMLInputElement