summaryrefslogtreecommitdiff
path: root/searx/plugins/infinite_scroll.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/plugins/infinite_scroll.py')
-rw-r--r--searx/plugins/infinite_scroll.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/searx/plugins/infinite_scroll.py b/searx/plugins/infinite_scroll.py
deleted file mode 100644
index e3726671a..000000000
--- a/searx/plugins/infinite_scroll.py
+++ /dev/null
@@ -1,9 +0,0 @@
-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',)