summaryrefslogtreecommitdiffstats
path: root/web/html/index.php
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2013-03-26 00:19:07 +0100
committerLukas Fleischer <archlinux@cryptocrack.de>2013-03-26 00:54:18 +0100
commit0703b02c532edb8b943cc2dde97bd117b078a9db (patch)
treeacf8f878dc3becb627b6c95a28c1cdbae285a574 /web/html/index.php
parent50849ccbdc05bc0c149d34e163acd71ef8e5cb72 (diff)
downloadaurweb-0703b02c532edb8b943cc2dde97bd117b078a9db.tar.xz
Use minified typeahead JS from archweb
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/html/index.php')
-rw-r--r--web/html/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/index.php b/web/html/index.php
index c51f409..1cb48ac 100644
--- a/web/html/index.php
+++ b/web/html/index.php
@@ -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;