diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2013-03-26 00:19:07 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2013-03-26 00:54:18 +0100 |
commit | 0703b02c532edb8b943cc2dde97bd117b078a9db (patch) | |
tree | acf8f878dc3becb627b6c95a28c1cdbae285a574 /web/html/home.php | |
parent | 50849ccbdc05bc0c149d34e163acd71ef8e5cb72 (diff) | |
download | aur-0703b02c532edb8b943cc2dde97bd117b078a9db.tar.gz aur-0703b02c532edb8b943cc2dde97bd117b078a9db.tar.xz |
Use minified typeahead JS from archweb
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
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({ |