Merge branch 'searxng:master' into master

This commit is contained in:
anunol 2024-08-17 16:51:51 +08:00 committed by GitHub
commit 8666bc7429
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
72 changed files with 118 additions and 114 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 () {