Fix typo in combobox code
This commit is contained in:
parent
e19856ae7d
commit
4a68911f2b
@ -60,4 +60,4 @@ function initCombobox(elCombobox) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Init comboboxes
|
// Init comboboxes
|
||||||
document.querySelectorAll('.combobox').forEach(initCombox);
|
document.querySelectorAll('.combobox').forEach(initCombobox);
|
||||||
|
Loading…
Reference in New Issue
Block a user