[mod] the search text input gets the focus automatically

This commit is contained in:
dalf 2013-12-31 13:33:45 +01:00
parent 04727a2043
commit 6d5154f008
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
<div id="container"> <div id="container">
{% block content %} {% block content %}
{% endblock %} {% endblock %}
<script src="/static/js/searx.js" ></script>
</div> </div>
</body> </body>
</html> </html>