diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2017-07-06 08:29:33 +0200 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2017-07-06 08:29:33 +0200 |
commit | 494c4650e43ec4de8b4b89a5bea720d2dce62c51 (patch) | |
tree | 732219a81b363203a428ba726af7aa0841dd8bbe /langs/report_test.php | |
parent | 8d65e3a698488f3d6276d632a56797fe2d1cd462 (diff) | |
download | www-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_test.php')
-rw-r--r-- | langs/report_test.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/langs/report_test.php b/langs/report_test.php index 20f7acad1..7d8e12a46 100644 --- a/langs/report_test.php +++ b/langs/report_test.php @@ -432,7 +432,7 @@ if (1) { } ?> </div> - <script src="/_nav/js/source.js"></script> + <script src="/_nav/js/"></script> </body> </html><?php @@ -441,4 +441,4 @@ if (1) { require_once('../en/about/license/license.php'); foreach ($otherLangs as $lang) { load_license_numbers($lang); -}
\ No newline at end of file +} |