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 View File

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