1
0
mirror of https://github.com/searxng/searxng.git synced 2024-07-16 14:20:11 +02:00

[build] /static

This commit is contained in:
MrPaulBlack 2021-09-22 21:44:35 +02:00
parent 79351c2e4d
commit fa95cd91a8
4 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -782,7 +782,7 @@ searx.ready(function() {
}
// vanilla js version of search_on_category_select.js
if (qinput !== null && searx.search_on_category_select) {
if (qinput !== null && d.querySelector('.help') != null && searx.search_on_category_select) {
d.querySelector('.help').className='invisible';
searx.on('#categories input', 'change', function() {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long