mirror of
https://github.com/searx/searx
synced 2025-08-31 06:26:28 +00:00
[fix] the search text input gets the focus automatically
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<form method="post" action="/" id="search_form">
|
<form method="post" action="/" id="search_form">
|
||||||
<div id="search_wrapper">
|
<div id="search_wrapper">
|
||||||
<input type="text" class="q" name="q" tabindex="1" autocomplete="off" {% if q %}value="{{ q }}"{% endif %}/>
|
<input type="text" id="q" class="q" name="q" tabindex="1" autocomplete="off" {% if q %}value="{{ q }}"{% endif %}/>
|
||||||
<input type="submit" value="" id="search_submit" />
|
<input type="submit" value="" id="search_submit" />
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
Reference in New Issue
Block a user