summaryrefslogtreecommitdiff
path: root/searx/templates/simple/preferences/infinite_scroll.html
diff options
context:
space:
mode:
Diffstat (limited to 'searx/templates/simple/preferences/infinite_scroll.html')
-rw-r--r--searx/templates/simple/preferences/infinite_scroll.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/searx/templates/simple/preferences/infinite_scroll.html b/searx/templates/simple/preferences/infinite_scroll.html
deleted file mode 100644
index f5bcf1c95..000000000
--- a/searx/templates/simple/preferences/infinite_scroll.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<fieldset>{{- '' -}}
- <legend>{{ _('Infinite scroll') }}</legend>{{- '' -}}
- <p class="value">{{- '' -}}
- <input type="checkbox" {{- ' ' -}}
- name="infinite_scroll" {{- ' ' -}}
- aria-labelledby="pref_infinite_scroll" {{- ' ' -}}
- class="checkbox-onoff" {{- ' ' -}}
- {%- if preferences.get_value('infinite_scroll') -%}
- checked
- {%- endif -%}{{- ' ' -}}
- >{{- '' -}}
- </p>{{- '' -}}
- <div class="description" id="pref_infinite_scroll">
- {{- _('Automatically load the next page when scrolling to the bottom of the current page') -}}
- </div>{{- '' -}}
-</fieldset>{{- '' -}}