summaryrefslogtreecommitdiff
path: root/searx/plugins/search_on_category_select.py
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2017-08-08 16:03:33 +0200
committerGitHub <noreply@github.com>2017-08-08 16:03:33 +0200
commit5082b4f1658d7db39f4815cbe9dd43089943b426 (patch)
tree7404240674ad0c5c3b23ce77dc2fb43c20174318 /searx/plugins/search_on_category_select.py
parent98e6b4d830ef8101bfdf06e304b98f0125b8ce35 (diff)
parentac59f5e1686ccc5d96055d23fd8bed6e8473f745 (diff)
Merge pull request #858 from dalf/simple
Simple theme
Diffstat (limited to 'searx/plugins/search_on_category_select.py')
-rw-r--r--searx/plugins/search_on_category_select.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/plugins/search_on_category_select.py b/searx/plugins/search_on_category_select.py
index f72c63d76..2a38cac78 100644
--- a/searx/plugins/search_on_category_select.py
+++ b/searx/plugins/search_on_category_select.py
@@ -19,5 +19,6 @@ name = gettext('Search on category select')
description = gettext('Perform search immediately if a category selected. '
'Disable to select multiple categories. (JavaScript required)')
default_on = True
+preference_section = 'ui'
js_dependencies = ('plugins/js/search_on_category_select.js',)