aboutsummaryrefslogtreecommitdiffstats
path: root/langs/report.php
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2017-07-06 08:29:33 +0200
committerManuel Hiebel <leuhmanu@mageia.org>2017-07-06 08:29:33 +0200
commit494c4650e43ec4de8b4b89a5bea720d2dce62c51 (patch)
tree732219a81b363203a428ba726af7aa0841dd8bbe /langs/report.php
parent8d65e3a698488f3d6276d632a56797fe2d1cd462 (diff)
downloadwww-494c4650e43ec4de8b4b89a5bea720d2dce62c51.tar
www-494c4650e43ec4de8b4b89a5bea720d2dce62c51.tar.gz
www-494c4650e43ec4de8b4b89a5bea720d2dce62c51.tar.bz2
www-494c4650e43ec4de8b4b89a5bea720d2dce62c51.tar.xz
www-494c4650e43ec4de8b4b89a5bea720d2dce62c51.zip
Fix navbar javascript call
as we removed jquery from source.js, calling the file direclty is no more working
Diffstat (limited to 'langs/report.php')
-rw-r--r--langs/report.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/langs/report.php b/langs/report.php
index 0f0d7c0ed..34fbb040f 100644
--- a/langs/report.php
+++ b/langs/report.php
@@ -345,7 +345,7 @@ S;
<a href="http://gitweb.mageia.org/web/www/tree/langs/report.php">available on git</a>.</p>
</div>
- <script src="/_nav/js/source.js"></script>
+ <script src="/_nav/js/"></script>
</body>
</html><?php
@@ -354,4 +354,4 @@ S;
require_once('../en/about/license/license.php');
foreach ($otherLangs as $lang) {
load_license_numbers($lang);
-} \ No newline at end of file
+}