diff options
| author | root | 2014-09-14 19:00:10 +0200 |
|---|---|---|
| committer | root | 2014-09-14 19:00:10 +0200 |
| commit | 1eba482c5172a92432c13e04480cb1604bef6df0 (patch) | |
| tree | d18149777a4ddd7f0b50d6be57acee42bfc0b080 /static/foot.php | |
| parent | 1ae8d5fa2c627cf179c7b6aa1202304f55a00654 (diff) | |
| download | video-dl-1eba482c5172a92432c13e04480cb1604bef6df0.tar.gz | |
modified
Diffstat (limited to 'static/foot.php')
| -rwxr-xr-x | static/foot.php | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/static/foot.php b/static/foot.php index e0a67c9..944c2fd 100755 --- a/static/foot.php +++ b/static/foot.php @@ -1,17 +1,16 @@ + <?php /* <!-- ______________________Content End______________________ --> + */ ?> <div class="footer text-right"> <div class="container"> <p> Copyright 2014 <a id="copyright-text" href="//www.moehm.org/" target="_blank">Maximilian Möhring</a></p> </div> </div> - <script src="//code.jquery.com/jquery-1.10.1.min.js"></script> - <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> + <script src="//code.jquery.com/jquery-1.10.1.min.js" defer></script> + <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js" defer></script> <?php if(preg_match('/^\/stream/', $_SERVER['REQUEST_URI'])) - echo '<script src="//vjs.zencdn.net/4.8/video.js"></script> - <script> - videojs.options.flash.swf = "/player/video-js.swf" - </script>'; + echo '<script src="//vjs.zencdn.net/4.8/video.js" defer></script>'; ?> <?php include("piwik.html"); ?> </body> |
