mirror of https://github.com/searxng/searxng.git
9 lines
291 B
Python
9 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',)
|