diff options
Diffstat (limited to 'searx/static/themes/simple/js/searxng.js')
-rw-r--r-- | searx/static/themes/simple/js/searxng.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/static/themes/simple/js/searxng.js b/searx/static/themes/simple/js/searxng.js index a65165bae..830c21d61 100644 --- a/searx/static/themes/simple/js/searxng.js +++ b/searx/static/themes/simple/js/searxng.js @@ -861,6 +861,7 @@ searxng.ready(function() { return false; }); + searxng.on(d.getElementById('safesearch'), 'change', submitIfQuery); searxng.on(d.getElementById('time_range'), 'change', submitIfQuery); searxng.on(d.getElementById('language'), 'change', submitIfQuery); } |