From 705af19b0f6c5652f38ddc8a2dd1de2de67b472f Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Thu, 6 Jan 2022 23:47:49 +0100 Subject: [PATCH] [simple] remove now superfluous help text Fixes #498. --- searx/templates/simple/categories.html | 1 - searx/templates/simple/preferences.html | 1 - searx/templates/simple/search.html | 1 - 3 files changed, 3 deletions(-) diff --git a/searx/templates/simple/categories.html b/searx/templates/simple/categories.html index 6ed0f8b18..3ff87924c 100644 --- a/searx/templates/simple/categories.html +++ b/searx/templates/simple/categories.html @@ -13,7 +13,6 @@ } -%}
{{- '' -}}
- {%- if display_tooltip %}
{{ _('Click on the magnifier to perform search') }}
{% endif -%} {%- for category in categories_as_tabs -%}
- {% set display_tooltip = true %} {% with categories_class='search-tabs' %} {% include 'simple/categories.html' %} {% endwith %}