From 84340f56ec0b33019fe623eb1ddf3742a874aabe Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sat, 19 Mar 2022 20:37:15 +0100 Subject: simple theme: JS version: the reset button clear the text The introduced in the PR 894, restores the default value. It works in the index page, but it doesn't work in the /search page: the reset button restore the initial query. This PR: * fix the JS version: the reset button clear the text * keep the clear button in the / page * hide the clear button in the /search page --- searx/templates/simple/search.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/templates/simple/search.html') diff --git a/searx/templates/simple/search.html b/searx/templates/simple/search.html index 8c64211e5..a26af3e5d 100644 --- a/searx/templates/simple/search.html +++ b/searx/templates/simple/search.html @@ -6,7 +6,7 @@ {% set display_tooltip = true %} -- cgit v1.2.3