summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
Diffstat (limited to 'searx')
-rw-r--r--searx/plugins/search_on_category_select.py2
-rw-r--r--searx/static/plugins/js/search_on_category_select.js (renamed from searx/static/js/search_on_category_select.js)0
2 files changed, 1 insertions, 1 deletions
diff --git a/searx/plugins/search_on_category_select.py b/searx/plugins/search_on_category_select.py
index a1667021d..53585faea 100644
--- a/searx/plugins/search_on_category_select.py
+++ b/searx/plugins/search_on_category_select.py
@@ -20,4 +20,4 @@ description = gettext('Perform search immediately if a category selected. '
'Disable to select multiple categories. (JavaScript required)')
default_on = True
-js_dependencies = ('js/search_on_category_select.js',)
+js_dependencies = ('plugins/js/search_on_category_select.js',)
diff --git a/searx/static/js/search_on_category_select.js b/searx/static/plugins/js/search_on_category_select.js
index 5ecc2cdb9..5ecc2cdb9 100644
--- a/searx/static/js/search_on_category_select.js
+++ b/searx/static/plugins/js/search_on_category_select.js