mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
add front-part of autocompleter function
This commit is contained in:
parent
ce08abe223
commit
ecd293c8a9
7 changed files with 598 additions and 0 deletions
|
|
@ -18,6 +18,8 @@
|
|||
<div id="container">
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
<script src="{{ url_for('static', filename='js/mootools-core-1.4.5-min.js') }}" ></script>
|
||||
<script src="{{ url_for('static', filename='js/mootools-autocompleter-1.1.2-min.js') }}" ></script>
|
||||
<script src="{{ url_for('static', filename='js/searx.js') }}" ></script>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue