mirror of
https://github.com/parchlinuxB/Gitee.git
synced 2025-02-24 02:45:43 -05:00
6 lines
221 B
Python
6 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',)
|