diff options
author | Adam Tauber <asciimoo@gmail.com> | 2016-02-10 18:06:11 +0100 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2016-02-10 18:06:11 +0100 |
commit | 4e5af8d87bc3602fcdb263ad2e1595be91df95c9 (patch) | |
tree | 9d411ff4657360106662dd999dccda5e504a9307 /searx/plugins | |
parent | ab6a7601cbdbdd93fa07ec6405bc3167f392b792 (diff) | |
download | searxng-4e5af8d87bc3602fcdb263ad2e1595be91df95c9.tar.gz searxng-4e5af8d87bc3602fcdb263ad2e1595be91df95c9.zip |
[mod] move plugin static files to static/plugins
Diffstat (limited to 'searx/plugins')
-rw-r--r-- | searx/plugins/search_on_category_select.py | 2 |
1 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',) |