Browse Source

[mod] the search text input gets the focus automatically

dalf 11 years ago
parent
commit
6d5154f008
1 changed files with 1 additions and 0 deletions
  1. 1 0
      searx/templates/base.html

+ 1 - 0
searx/templates/base.html

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