diff options
author | Dan McGee <dan@archlinux.org> | 2012-09-26 01:20:50 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-09-26 01:20:50 +0200 |
commit | 182a45ace9ba4690aa826b3faf34884fbd3f68ae (patch) | |
tree | 8e76b3042a5775a0794323657984c48e5233a8bd /templates/public/index.html | |
parent | 67fef06fe8d07e8b832e447a6b2064fb051a5ef9 (diff) | |
download | archweb-182a45ace9ba4690aa826b3faf34884fbd3f68ae.tar.gz archweb-182a45ace9ba4690aa826b3faf34884fbd3f68ae.tar.xz |
Use minified typeahead JS file
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public/index.html')
-rw-r--r-- | templates/public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/public/index.html b/templates/public/index.html index 4af5995..3aab5da 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({ |