summaryrefslogtreecommitdiff
path: root/searx/plugins
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2022-05-08 10:45:45 +0200
committerGitHub <noreply@github.com>2022-05-08 10:45:45 +0200
commit85c1c14fd7e8ff217ff57509cf9d58ec92f7af9a (patch)
tree8e29e2083e235a315345c9c43ddff0f962340fde /searx/plugins
parent6db568bf69b7145451ff90e14da0e49fb5b6269b (diff)
parent1e45dbbae9b6bb7b85ce6620556b955799ed4fe5 (diff)
Merge pull request #1186 from dalf/theme_remove_common
Theme: remove __common__ directories
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',)