mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Use minified typeahead JS from archweb
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
50849ccbdc
commit
0703b02c53
4 changed files with 3 additions and 313 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue