]> git.joonet.de Git - adminer.git/commit
JS: Change var to let/const
authorJakub Vrana <jakub@vrana.cz>
Thu, 20 Mar 2025 07:32:23 +0000 (08:32 +0100)
committerJakub Vrana <jakub@vrana.cz>
Thu, 20 Mar 2025 07:32:23 +0000 (08:32 +0100)
commit0e21106e48fa8c4fcb21c0c4ba513940ca86e940
treeeffed062e9d078160af996eb2661da82db4da1f4
parentf16a6d415af16e96d899c3fcd6c01914a224d329
JS: Change var to let/const

Created by `eslint . --fix` with rules no-var and then prefer-const.
adminer/static/editing.js
adminer/static/functions.js
editor/static/editing.js