From 889ffe28c79458327ef3add9c11cd7fb78dec302 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 19 Mar 2025 22:04:30 +0100 Subject: [PATCH] JS: Add missing function --- adminer/static/editing.js | 2 +- editor/static/editing.js | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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