mirror of https://github.com/searxng/searxng.git
7 lines
221 B
Python
7 lines
221 B
Python
|
from flask.ext.babel import gettext
|
||
|
name = 'Search on category select'
|
||
|
description = gettext('Perform search immediately if a category selected')
|
||
|
default_on = False
|
||
|
|
||
|
js_dependencies = ('js/search_on_category_select.js',)
|