]> git.mxchange.org Git - friendica.git/blob - view/templates/videos_head.tpl
update to v4.0.0; point to local host of SWF
[friendica.git] / view / templates / videos_head.tpl
1 <link href="library/video-js/video-js.css" rel="stylesheet">
2 <script src="library/video-js/video.js"></script>
3 <script>
4    videojs.options.flash.swf = "{{$baseurl}}/library/video-js/video-js.swf"
5 </script>
6