add front-part of autocompleter function

This commit is contained in:
Thomas Pointhuber
2014-03-19 20:19:44 +01:00
parent ce08abe223
commit ecd293c8a9
7 changed files with 598 additions and 0 deletions

View File

@@ -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>