]> git.joonet.de Git - adminer.git/commitdiff
JS: Add missing function
authorJakub Vrana <jakub@vrana.cz>
Wed, 19 Mar 2025 21:04:30 +0000 (22:04 +0100)
committerJakub Vrana <jakub@vrana.cz>
Wed, 19 Mar 2025 21:04:30 +0000 (22:04 +0100)
adminer/static/editing.js
editor/static/editing.js

index 0754be5c806ce98c7e3af82892bc95c5004de38a..08000abe57857f327e5bda47fd5e998e35e90a41 100644 (file)
@@ -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});
index 09ba40a8a26c3b57059e7c592789095206151e42..fe511b7ffc523e0f7ac2695b125f9a056cce1f68 100644 (file)
@@ -14,6 +14,9 @@ function helpMouseover() {
 function helpMouseout() {
 }
 
+function helpClose() {
+}
+
 /** Display typeahead
 * @param string
 * @this HTMLInputElement