work in progress, rough in adding the svg zones to montage

This commit is contained in:
Isaac Connor 2017-04-24 11:11:54 -04:00
parent ef6c675c6a
commit 83ba74ad66
1 changed files with 3 additions and 3 deletions

View File

@ -98,10 +98,10 @@ var $j = jQuery.noConflict();
<script src='https://www.google.com/recaptcha/api.js'></script> <script src='https://www.google.com/recaptcha/api.js'></script>
<?php } else if ( $title == 'Event' ) { <?php } else if ( $title == 'Event' ) {
?> ?>
<link href="//vjs.zencdn.net/4.11/video-js.css" rel="stylesheet"> <link href="skins/<?php echo $skin; ?>/js/video-js.css" rel="stylesheet">
<script src="//vjs.zencdn.net/4.11/video.js"></script> <script src="skins/<?php echo $skin; ?>/js/video.js"></script>
<script src="./js/videojs.zoomrotate.js"></script> <script src="./js/videojs.zoomrotate.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.10.6/moment.min.js"></script> <script src="skins/<?php echo $skin; ?>/js/moment.min.js"></script>
<?php <?php
} }
if ( $skinJsPhpFile ) if ( $skinJsPhpFile )