summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-09-25 18:20:50 -0500
committerDan McGee <dan@archlinux.org>2012-09-25 18:20:50 -0500
commit182a45ace9ba4690aa826b3faf34884fbd3f68ae (patch)
tree8e76b3042a5775a0794323657984c48e5233a8bd /templates
parent67fef06fe8d07e8b832e447a6b2064fb051a5ef9 (diff)
downloadarchweb-182a45ace9ba4690aa826b3faf34884fbd3f68ae.tar.gz
archweb-182a45ace9ba4690aa826b3faf34884fbd3f68ae.zip
Use minified typeahead JS file
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates')
-rw-r--r--templates/public/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/public/index.html b/templates/public/index.html
index 4af5995e..3aab5da2 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -217,7 +217,7 @@
{% endcache %}
{% load cdn %}{% jquery %}
-<script type="text/javascript" src="{% static "bootstrap-typeahead.js" %}"></script>
+<script type="text/javascript" src="{% static "bootstrap-typeahead.min.js" %}"></script>
<script type="text/javascript">
$(document).ready(function() {
$('#pkgsearch-field').typeahead({