diff options
| author | dalf <alex@al-f.net> | 2013-12-31 13:33:45 +0100 |
|---|---|---|
| committer | dalf <alex@al-f.net> | 2013-12-31 13:33:45 +0100 |
| commit | 6d5154f00816173878f76efdf9a6e49982ba130a (patch) | |
| tree | 932cef0fbd6751b76d9015d60c1f54699ca6056c | |
| parent | 04727a2043025597293fed47392f3b748a654a01 (diff) | |
[mod] the search text input gets the focus automatically
| -rw-r--r-- | searx/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/templates/base.html b/searx/templates/base.html index 9aa40297e..8175836ec 100644 --- a/searx/templates/base.html +++ b/searx/templates/base.html @@ -18,6 +18,7 @@ <div id="container"> {% block content %} {% endblock %} +<script src="/static/js/searx.js" ></script> </div> </body> </html> |