1
0
Fork 0
mirror of https://github.com/searxng/searxng.git synced 2024-12-25 10:40:29 +00:00
searxng/searx/plugins/infinite_scroll.py
David A Roberts 678b9e994a [enh] infinite scroll
resolves 
2016-08-11 19:16:42 +10:00

8 lines
291 B
Python

from flask_babel import gettext
name = gettext('Infinite scroll')
description = gettext('Automatically load next page when scrolling to bottom of current page')
default_on = False
js_dependencies = ('plugins/js/infinite_scroll.js',)
css_dependencies = ('plugins/css/infinite_scroll.css',)