Use only one index.html for testing locally, fixes for limited controls, larger seek handle

This commit is contained in:
Sam Potts
2016-01-14 00:23:57 +11:00
parent bc67d969cb
commit ca8fd08e81
10 changed files with 57 additions and 179 deletions

View File

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