Browse Source

[mod] move plugin static files to static/plugins

Adam Tauber 9 years ago
parent
commit
4e5af8d87b

+ 1 - 1
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',)

+ 0 - 0
searx/static/js/search_on_category_select.js → searx/static/plugins/js/search_on_category_select.js