From 0703b02c532edb8b943cc2dde97bd117b078a9db Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Tue, 26 Mar 2013 00:19:07 +0100 Subject: Use minified typeahead JS from archweb Signed-off-by: Lukas Fleischer --- web/html/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/html/index.php') diff --git a/web/html/index.php b/web/html/index.php index c51f409c..1cb48aca 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; -- cgit v1.2.3-24-g4f1b