Przeglądaj źródła

[mod] the search text input gets the focus automatically

dalf 11 lat temu
rodzic
commit
6d5154f008
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1
    0
      searx/templates/base.html

+ 1
- 0
searx/templates/base.html Wyświetl plik

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>