summaryrefslogtreecommitdiff
path: root/searx/templates/simple/search.html
diff options
context:
space:
mode:
authorLiquidLemon <liquidlemon@protonmail.com>2018-08-18 17:43:29 +0200
committerGitHub <noreply@github.com>2018-08-18 17:43:29 +0200
commit425c4d9a1657263e324d9e7cc212a11ceb21db5c (patch)
tree0621bc5b4383df81ab928a70f1cc3bd9728b8e18 /searx/templates/simple/search.html
parent2190e2f35da54d320830aaa03959259bab49356f (diff)
parentd377563723d2917fb7ee38c2f4cbdc4e19fb53ac (diff)
Merge branch 'master' into master
Diffstat (limited to 'searx/templates/simple/search.html')
-rw-r--r--searx/templates/simple/search.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/templates/simple/search.html b/searx/templates/simple/search.html
index 3f48d7fcd..9c4a99b68 100644
--- a/searx/templates/simple/search.html
+++ b/searx/templates/simple/search.html
@@ -2,6 +2,7 @@
<div id="search_wrapper">
<div class="search_box">
<input id="q" name="q" type="text" placeholder="{{ _('Search for...') }}" tabindex="1" autocomplete="off" spellcheck="false" dir="auto" {% if q %}value="{{ q }}"{% endif %} >
+ <button id="clear_search" type="button" tabindex="-1"><span class="hide_if_nojs">{{ icon('close') }}</span><span class="show_if_nojs">{{ _('Clear search') }}</span></button>
<button id="send_search" type="submit" tabindex="-1"><span class="hide_if_nojs">{{ icon('search') }}</span><span class="show_if_nojs">{{ _('Start search') }}</span></button>
</div>
<div class="search_filters">