forked from Ponysearch/Ponysearch
[mod] enable category select plugin by default
This commit is contained in:
parent
39f0cd94ee
commit
ff68546c69
1 changed files with 3 additions and 3 deletions
|
@ -15,8 +15,8 @@ along with searx. If not, see < http://www.gnu.org/licenses/ >.
|
||||||
(C) 2015 by Adam Tauber, <asciimoo@gmail.com>
|
(C) 2015 by Adam Tauber, <asciimoo@gmail.com>
|
||||||
'''
|
'''
|
||||||
from flask.ext.babel import gettext
|
from flask.ext.babel import gettext
|
||||||
name = 'Search on category select'
|
name = gettext('Search on category select')
|
||||||
description = gettext('Perform search immediately if a category selected')
|
description = gettext('Perform search immediately if a category selected. Disable to select multiple categories.')
|
||||||
default_on = False
|
default_on = True
|
||||||
|
|
||||||
js_dependencies = ('js/search_on_category_select.js',)
|
js_dependencies = ('js/search_on_category_select.js',)
|
||||||
|
|
Loading…
Reference in a new issue