diff options
author | Dan McGee <dan@archlinux.org> | 2012-09-25 18:20:50 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-09-25 18:20:50 -0500 |
commit | 182a45ace9ba4690aa826b3faf34884fbd3f68ae (patch) | |
tree | 8e76b3042a5775a0794323657984c48e5233a8bd /templates/public | |
parent | 67fef06fe8d07e8b832e447a6b2064fb051a5ef9 (diff) |
Use minified typeahead JS file
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public')
-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 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({ |