diff options
| author | Alexandre Flament <alex@al-f.net> | 2022-02-21 12:49:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-21 12:49:04 +0100 |
| commit | 8230603f4834003c79938b472d1f6328b1af2ae8 (patch) | |
| tree | 39ec6d65a8e04ba56fb1ba6f91cd8df068a85129 /searx/plugins | |
| parent | 6c38bb599447db8cbe3436e4c3596ca0f4574080 (diff) | |
| parent | 1832ec742a378f0fd2162e3c07b7c279544c86f8 (diff) | |
Merge pull request #916 from dalf/pref_infinite_scroll2
Convert the infinite_scroll plugin as a preference (second version)
Diffstat (limited to 'searx/plugins')
| -rw-r--r-- | searx/plugins/infinite_scroll.py | 9 |
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',) |