Moved external JS scripts to lib folder, moved map JS to a seperate file
This commit is contained in:
parent
7a90189927
commit
628c89b1d1
33 changed files with 205 additions and 163 deletions
|
|
@ -52,5 +52,5 @@
|
|||
</div>
|
||||
|
||||
<link href="css/video-js.min.css" rel="stylesheet">
|
||||
<script src="js/video.min.js"></script>
|
||||
<script src="js/videojs-http-streaming.min.js"></script>
|
||||
<script src="js/lib/video.min.js"></script>
|
||||
<script src="js/lib/videojs-http-streaming.min.js"></script>
|
||||
|
|
@ -39,6 +39,6 @@
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
<link href="css/video-js.min.css" rel="stylesheet">
|
||||
<script src="js/video.min.js"></script>
|
||||
<script src="js/videojs-http-streaming.min.js"></script>
|
||||
<link href="css/lib/video-js.min.css" rel="stylesheet">
|
||||
<script src="js/lib/video.min.js"></script>
|
||||
<script src="js/lib/videojs-http-streaming.min.js"></script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue