[mod] move plugin static files to static/plugins

This commit is contained in:
Adam Tauber 2016-02-10 18:06:11 +01:00
parent ab6a7601cb
commit 4e5af8d87b
2 changed files with 1 additions and 1 deletions

View File

@ -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',)