diff options
author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-11-30 13:21:58 +0100 |
---|---|---|
committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-11-30 13:21:58 +0100 |
commit | e687f5c290d30d32c9c32c4ae5c7b9085697ab87 (patch) | |
tree | de05f90b950859e1d5136b301de9ac877d467c4f /searx/templates/oscar/search_full.html | |
parent | 08f4b7f5062ad75299797c71ec23eaa4e7bf706f (diff) | |
download | searxng-e687f5c290d30d32c9c32c4ae5c7b9085697ab87.tar.gz searxng-e687f5c290d30d32c9c32c4ae5c7b9085697ab87.zip |
[enh][oscar_template] split js-files and compile them together
Diffstat (limited to 'searx/templates/oscar/search_full.html')
-rw-r--r-- | searx/templates/oscar/search_full.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/oscar/search_full.html b/searx/templates/oscar/search_full.html index f44d48adf..673f23969 100644 --- a/searx/templates/oscar/search_full.html +++ b/searx/templates/oscar/search_full.html @@ -2,7 +2,7 @@ <form method="{{ method or 'POST' }}" action="{{ url_for('index') }}" id="search_form" role="search">
<div class="input-group col-md-8 col-md-offset-2">
- <input type="search" name="q" class="form-control input-lg" id="q" placeholder="{{ _('Search for...') }}" autocomplete="off" value="{{ q }}">
+ <input type="search" name="q" class="form-control input-lg autofocus" id="q" placeholder="{{ _('Search for...') }}" autocomplete="off" value="{{ q }}">
<span class="input-group-btn">
<button type="submit" class="btn btn-default input-lg">{{ icon('search') }}<span class="sr-only">{{ _('Start search') }}</span></button>
</span>
|