diff options
Diffstat (limited to 'web/html/home.php')
-rw-r--r-- | web/html/home.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/home.php b/web/html/home.php index e4439d9d..ddbb0fd6 100644 --- a/web/html/home.php +++ b/web/html/home.php @@ -106,7 +106,7 @@ html_header( __("Home") ); </div> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> -<script type="text/javascript" src="/js/bootstrap-typeahead.js"></script> +<script type="text/javascript" src="/js/bootstrap-typeahead.min.js"></script> <script type="text/javascript"> $(document).ready(function() { $('#pkgsearch-field').typeahead({ |