dotfiles/.ansible/roles/searx_server/files/plugins/infinite_scroll.py

10 lines
316 B
Python
Raw Normal View History

2019-10-20 16:06:15 +01:00
from flask_babel import gettext
name = gettext('Infinite scroll')
description = gettext('Automatically load next page when scrolling to bottom of current page')
default_on = True
preference_section = 'ui'
js_dependencies = ('plugins/js/infinite_scroll.js',)
css_dependencies = ('plugins/css/infinite_scroll.css',)