aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2015-02-24 12:37:23 +1100
committerSam Potts <me@sampotts.me>2015-02-24 12:37:23 +1100
commit1b8b5d6ee45eb3b89703583e32b7c885aa601917 (patch)
tree989c15de90bd614b2905412934a90c7fa8fb148b /index.html
parentc105063ad963f6bd0bc9e8f48e7d4043f8f40450 (diff)
downloadplyr-1b8b5d6ee45eb3b89703583e32b7c885aa601917.tar.lz
plyr-1b8b5d6ee45eb3b89703583e32b7c885aa601917.tar.xz
plyr-1b8b5d6ee45eb3b89703583e32b7c885aa601917.zip
Tidying up, bower changes
- Folder tidy up - Bower updated to include source files - Upgraded to svgstore 5.0.0
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 5593c392..2021cfc5 100644
--- a/index.html
+++ b/index.html
@@ -26,7 +26,7 @@
<source src="//cdn.sampotts.me/plyr/movie.webm" type="video/webm">
<!-- Text track file -->
- <track kind="captions" label="English" srclang="en" src="assets/movie_en_captions.vtt" default>
+ <track kind="captions" label="English" srclang="en" src="//cdn.sampotts.me/plyr/movie_en_captions.vtt" default>
<!-- Fallback for browsers that don't support the <video> element -->
<div>
@@ -55,7 +55,7 @@
<!-- Load SVG defs -->
<script>
- (function(d,p){var a=new XMLHttpRequest(),b=d.body;a.open("GET",p,!0);a.send();a.onload=function(){var c=d.createElement("div");c.style.display="none";c.innerHTML=a.responseText;b.insertBefore(c,b.childNodes[0])}})(document,"dist/svg/sprite.svg");
+ (function(d,p){var a=new XMLHttpRequest(),b=d.body;a.open("GET",p,!0);a.send();a.onload=function(){var c=d.createElement("div");c.style.display="none";c.innerHTML=a.responseText;b.insertBefore(c,b.childNodes[0])}})(document,"dist/sprite.svg");
</script>
<!-- Core player -->