Faster
This commit is contained in:
@@ -20,7 +20,7 @@ document.querySelectorAll("input[type='checkbox']").forEach(checkbox => {
|
||||
});
|
||||
|
||||
document.querySelectorAll("input[type='text']").forEach(checkbox => {
|
||||
checkbox.addEventListener("change", e => {
|
||||
checkbox.addEventListener("input", e => {
|
||||
e.preventDefault();
|
||||
updateSearch();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user