summaryrefslogtreecommitdiff
path: root/searx/templates/base.html
diff options
context:
space:
mode:
authorThomas Pointhuber <thomas.pointhuber@gmx.at>2014-03-19 20:19:44 +0100
committerThomas Pointhuber <thomas.pointhuber@gmx.at>2014-03-19 20:19:44 +0100
commitecd293c8a90f0adef5f3e07f8c99c94a3beae63a (patch)
tree812c881a3fb80593d7546ae2ea32142277c9ad1c /searx/templates/base.html
parentce08abe2232473cf9c4e90e60b6510831a289ada (diff)
add front-part of autocompleter function
Diffstat (limited to 'searx/templates/base.html')
-rw-r--r--searx/templates/base.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/searx/templates/base.html b/searx/templates/base.html
index d1892245b..2823c684e 100644
--- a/searx/templates/base.html
+++ b/searx/templates/base.html
@@ -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>