diff options
Diffstat (limited to 'templates')
-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({ |