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