Sync upstream

This commit is contained in:
github-actions[bot] 2024-08-16 00:29:44 +00:00
commit 8f84c113e4
4 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -32,7 +32,7 @@
updateClearButton();
ev.preventDefault();
});
qinput.addEventListener('keyup', updateClearButton, false);
qinput.addEventListener('input', updateClearButton, false);
}
searxng.ready(function () {