Moved external JS scripts to lib folder, moved map JS to a seperate file

This commit is contained in:
Ziver Koc 2023-01-09 00:13:52 +01:00
parent 7a90189927
commit 628c89b1d1
33 changed files with 205 additions and 163 deletions

View file

@ -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>

View file

@ -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>