Use minified typeahead JS from archweb

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
Lukas Fleischer 2013-03-26 00:19:07 +01:00
parent 50849ccbdc
commit 0703b02c53
4 changed files with 3 additions and 313 deletions

View file

@ -118,7 +118,7 @@ if (!empty($tokens[1]) && '/' . $tokens[1] == get_pkg_route()) {
header("Content-Type: image/png");
include "./$path";
break;
case "/js/bootstrap-typeahead.js":
case "/js/bootstrap-typeahead.min.js":
header("Content-Type: application/javascript");
include "./$path";
break;