summaryrefslogtreecommitdiff
path: root/searx/plugins/search_on_category_select.py
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2017-02-12 15:06:01 +0100
committerAlexandre Flament <alex@al-f.net>2017-08-06 16:04:21 +0200
commit10a24bdc2c3870f07ec62dd710841628d325aaf6 (patch)
tree400b579adb6268092f21ec21621a16c730cfef41 /searx/plugins/search_on_category_select.py
parent4f6586d8085460c368ad16904685199de630e1c8 (diff)
[enh] add simple theme (WIP)
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',)