mirror of https://github.com/searxng/searxng.git
[fix] plugin description
This commit is contained in:
parent
f1fc315318
commit
3683b35877
|
@ -16,7 +16,8 @@ along with searx. If not, see < http://www.gnu.org/licenses/ >.
|
||||||
'''
|
'''
|
||||||
from flask.ext.babel import gettext
|
from flask.ext.babel import gettext
|
||||||
name = gettext('Search on category select')
|
name = gettext('Search on category select')
|
||||||
description = gettext('Perform search immediately if a category selected. Disable to select multiple categories.')
|
description = gettext('Perform search immediately if a category selected. '
|
||||||
|
'Disable to select multiple categories. (JavaScript required)')
|
||||||
default_on = True
|
default_on = True
|
||||||
|
|
||||||
js_dependencies = ('js/search_on_category_select.js',)
|
js_dependencies = ('js/search_on_category_select.js',)
|
||||||
|
|
Loading…
Reference in New Issue