summaryrefslogtreecommitdiff
path: root/searx/plugins
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2022-05-07 15:11:05 +0200
committerAlexandre Flament <alex@al-f.net>2022-05-07 19:40:48 +0200
commit9b3efa6d8ab46a3db62f42624d7e9f4b55fdd0ef (patch)
tree554ff67c6b84531b2a6f99505cc954395d730024 /searx/plugins
parent6db568bf69b7145451ff90e14da0e49fb5b6269b (diff)
downloadsearxng-9b3efa6d8ab46a3db62f42624d7e9f4b55fdd0ef.tar.gz
searxng-9b3efa6d8ab46a3db62f42624d7e9f4b55fdd0ef.zip
theme: remove __common__
Diffstat (limited to 'searx/plugins')
-rw-r--r--searx/plugins/search_on_category_select.py2
-rw-r--r--searx/plugins/vim_hotkeys.py3
2 files changed, 0 insertions, 5 deletions
diff --git a/searx/plugins/search_on_category_select.py b/searx/plugins/search_on_category_select.py
index 48d537cee..99066e23e 100644
--- a/searx/plugins/search_on_category_select.py
+++ b/searx/plugins/search_on_category_select.py
@@ -22,5 +22,3 @@ description = gettext(
)
default_on = True
preference_section = 'ui'
-
-js_dependencies = ('plugins/js/search_on_category_select.js',)
diff --git a/searx/plugins/vim_hotkeys.py b/searx/plugins/vim_hotkeys.py
index fb61d413b..3eeaf8c00 100644
--- a/searx/plugins/vim_hotkeys.py
+++ b/searx/plugins/vim_hotkeys.py
@@ -8,6 +8,3 @@ description = gettext(
)
default_on = False
preference_section = 'ui'
-
-js_dependencies = ('plugins/js/vim_hotkeys.js',)
-css_dependencies = ('plugins/css/vim_hotkeys.css',)