aboutsummaryrefslogtreecommitdiffstats
path: root/js/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'js/index.php')
-rw-r--r--js/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/index.php b/js/index.php
index 2e6d163..49932d2 100644
--- a/js/index.php
+++ b/js/index.php
@@ -22,4 +22,5 @@
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('bootstrap.min.js'));
echo str_replace('nav.mageia.org', $_SERVER['HTTP_HOST'], file_get_contents('source.js'));