summaryrefslogtreecommitdiff
path: root/searx/plugins/infinite_scroll.py
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2017-02-12 15:06:01 +0100
committerAlexandre Flament <alex@al-f.net>2017-08-06 16:04:21 +0200
commit10a24bdc2c3870f07ec62dd710841628d325aaf6 (patch)
tree400b579adb6268092f21ec21621a16c730cfef41 /searx/plugins/infinite_scroll.py
parent4f6586d8085460c368ad16904685199de630e1c8 (diff)
downloadsearxng-10a24bdc2c3870f07ec62dd710841628d325aaf6.tar.gz
searxng-10a24bdc2c3870f07ec62dd710841628d325aaf6.zip
[enh] add simple theme (WIP)
Diffstat (limited to 'searx/plugins/infinite_scroll.py')
-rw-r--r--searx/plugins/infinite_scroll.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/plugins/infinite_scroll.py b/searx/plugins/infinite_scroll.py
index 422a4befb..e3726671a 100644
--- a/searx/plugins/infinite_scroll.py
+++ b/searx/plugins/infinite_scroll.py
@@ -3,6 +3,7 @@ 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
+preference_section = 'ui'
js_dependencies = ('plugins/js/infinite_scroll.js',)
css_dependencies = ('plugins/css/infinite_scroll.css',)