From 56bb1443c4e6f305e86829e5b4596395fc29336e Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sun, 27 Feb 2022 19:48:21 +0100 Subject: [fix] simple: display "Click on the magnifier..." only the mouse over the categories --- searx/templates/simple/categories.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/templates/simple/categories.html') diff --git a/searx/templates/simple/categories.html b/searx/templates/simple/categories.html index 71a211904..cee9f1e35 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 -%}
{%- endfor -%} + {%- if display_tooltip %}
{{ _('Click on the magnifier to perform search') }}
{% endif -%}
{{- '' -}}
-- cgit v1.2.3