Fix typo in combobox code

This commit is contained in:
RunasSudo 2024-06-29 20:50:33 +10:00
parent e19856ae7d
commit 4a68911f2b
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
1 changed files with 1 additions and 1 deletions

View File

@ -60,4 +60,4 @@ function initCombobox(elCombobox) {
} }
// Init comboboxes // Init comboboxes
document.querySelectorAll('.combobox').forEach(initCombox); document.querySelectorAll('.combobox').forEach(initCombobox);