From: Jakub Vrana Date: Wed, 19 Mar 2025 21:04:30 +0000 (+0100) Subject: JS: Add missing function X-Git-Tag: v5.1.0~91 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=889ffe28c79458327ef3add9c11cd7fb78dec302;p=adminer.git JS: Add missing function --- 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