aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.html
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2016-01-14 00:23:57 +1100
committerSam Potts <me@sampotts.me>2016-01-14 00:23:57 +1100
commitca8fd08e81e79875505f432b304e8140a3978ed4 (patch)
tree0e98da7ed199580380ee6596cd28636f787b1562 /docs/index.html
parentbc67d969cbba42b5a93866c42c8b49facf532a49 (diff)
downloadplyr-ca8fd08e81e79875505f432b304e8140a3978ed4.tar.lz
plyr-ca8fd08e81e79875505f432b304e8140a3978ed4.tar.xz
plyr-ca8fd08e81e79875505f432b304e8140a3978ed4.zip
Use only one index.html for testing locally, fixes for limited controls, larger seek handle
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/index.html b/docs/index.html
index 53d2c73e..8c4026bb 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -8,10 +8,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Styles -->
- <link rel="stylesheet" href="https://cdn.plyr.io/1.3.7/plyr.css">
+ <link rel="stylesheet" href="../dist/plyr.css">
<!-- Docs styles -->
- <link rel="stylesheet" href="https://cdn.plyr.io/1.3.7/docs.css">
+ <link rel="stylesheet" href="dist/docs.css">
</head>
<body>
<header>
@@ -79,8 +79,8 @@
<script>
(function() {
[
- 'https://cdn.plyr.io/1.3.7/sprite.svg',
- 'https://cdn.plyr.io/1.3.7/docs.svg'
+ '../dist/sprite.svg',
+ 'dist/docs.svg'
]
.forEach(function(u) {
var x = new XMLHttpRequest(), b = document.body;
@@ -99,12 +99,12 @@
</script>
<!-- Plyr core script -->
- <script src="https://cdn.plyr.io/1.3.7/plyr.js"></script>
+ <script src="../dist/plyr.js"></script>
<!-- Shr core script -->
<script src="https://cdn.shr.one/0.1.9/shr.js"></script>
<!-- Docs script -->
- <script src="https://cdn.plyr.io/1.3.7/docs.js"></script>
+ <script src="dist/docs.js"></script>
</body>
</html>