[www-doc] [Git][VideoLAN.org/websites][master] slick depends on jquery being present
Christoph Miebach
gitlab at videolan.org
Mon Feb 6 10:33:30 CET 2017
Christoph Miebach pushed to branch master at VideoLAN organization / websites
Commits:
b44f0af8 by Christoph Miebach at 2017-02-06T04:33:21-05:00
slick depends on jquery being present
- - - - -
1 changed file:
- www.videolan.org/include/header.php
Changes:
=====================================
www.videolan.org/include/header.php
=====================================
--- a/www.videolan.org/include/header.php
+++ b/www.videolan.org/include/header.php
@@ -228,7 +228,7 @@ function start_head( $title,
<script async="async" src="<?= isDeveloper() ? '/js/bootstrap.min.js': '//images.videolan.org/js/bootstrap.min.js' ?>" type="text/javascript"></script>
<?php if( isset($additional_js) ) {
foreach($additional_js as $js) {
- echo '<script async="async" src="'.$js.'" type="text/javascript"></script>';
+ echo '<script defer src="'.$js.'" type="text/javascript"></script>';
}
} ?>
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/b44f0af8f58896e837cd9f0535feca75f10ce34d
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/www-doc/attachments/20170206/74a70cf5/attachment.html>
More information about the www-doc
mailing list