diff options
Diffstat (limited to 'web/html/index.php')
-rw-r--r-- | web/html/index.php | 2 |
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; |