Browse Source

migrate to video.js

master
Andrea Spacca 5 years ago
parent
commit
bba03aaab9
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/download.audio.html
  2. +1
    -1
      src/download.video.html

+ 1
- 1
src/download.audio.html View File

@@ -43,7 +43,7 @@ include "includes/head.html"
include "includes/footer.html"
include "includes/js.html"

<!-- build:js /scripts/vendor/video.js -->
<!-- build:js scripts/vendor/video.js -->
<script src="bower_components/videojs/src/js/video.js"></script>
<!-- endbuild -->



+ 1
- 1
src/download.video.html View File

@@ -42,7 +42,7 @@ include "includes/head.html"
include "includes/footer.html"
include "includes/js.html"

<!-- build:js /scripts/vendor/video.js -->
<!-- build:js scripts/vendor/video.js -->
<script src="bower_components/videojs/src/js/video.js"></script>
<!-- endbuild -->



Loading…
Cancel
Save