diff options
| author | mrpaulblack <paul@paulgo.io> | 2021-11-21 21:40:49 +0100 |
|---|---|---|
| committer | mrpaulblack <paul@paulgo.io> | 2021-11-21 21:40:49 +0100 |
| commit | b0aebf7069236ba53078b7d5adf6c678df56693b (patch) | |
| tree | 31087c6d489721f9aaef59fbded200fc12ff49cc /searx/static/themes/simple/js/searxng.js | |
| parent | f3aff26086dda1c2610c9aa845db119ad413006f (diff) | |
[build] /static
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); } |