aboutsummaryrefslogtreecommitdiffstats
path: root/js/index.php
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2021-02-07 20:27:01 +0100
committerManuel Hiebel <leuhmanu@mageia.org>2021-02-07 20:27:01 +0100
commit5761cd83504f087eb686a93cf42a53d28c674dea (patch)
tree7e946e9e5cb1e999839e2e4f365e807010e65045 /js/index.php
parent96ba5de8d6b5f7d2221c47cc50697fa1d891fac8 (diff)
downloadnav-5761cd83504f087eb686a93cf42a53d28c674dea.tar
nav-5761cd83504f087eb686a93cf42a53d28c674dea.tar.gz
nav-5761cd83504f087eb686a93cf42a53d28c674dea.tar.bz2
nav-5761cd83504f087eb686a93cf42a53d28c674dea.tar.xz
nav-5761cd83504f087eb686a93cf42a53d28c674dea.zip
Update bootsrap JS to 4.6
Diffstat (limited to 'js/index.php')
-rw-r--r--js/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/index.php b/js/index.php
index 49932d2..76e090a 100644
--- a/js/index.php
+++ b/js/index.php
@@ -21,6 +21,6 @@
//header('Access-Control-Allow-Methods: GET');
header('Content-Type: text/javascript;charset=utf-8');
header(sprintf('Expires: %s', gmdate('r', strtotime('+2 day'))));
-echo str_replace('nav.mageia.org', $_SERVER['HTTP_HOST'], file_get_contents('jquery-3.2.1.min.js'));
+echo str_replace('nav.mageia.org', $_SERVER['HTTP_HOST'], file_get_contents('jquery.min.js'));
echo str_replace('nav.mageia.org', $_SERVER['HTTP_HOST'], file_get_contents('bootstrap.min.js'));
echo str_replace('nav.mageia.org', $_SERVER['HTTP_HOST'], file_get_contents('source.js'));