aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.html
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2015-07-25 18:30:47 +1000
committerSam Potts <me@sampotts.me>2015-07-25 18:30:47 +1000
commitdf64fdac9eeac9515c16a21af39dbdd3163bb05c (patch)
treefa32563db03421a38781fef99fa4c40d06204a54 /docs/index.html
parent4dbbbd04ccf87f2c102ac7dac07120993e606b46 (diff)
downloadplyr-df64fdac9eeac9515c16a21af39dbdd3163bb05c.tar.lz
plyr-df64fdac9eeac9515c16a21af39dbdd3163bb05c.tar.xz
plyr-df64fdac9eeac9515c16a21af39dbdd3163bb05c.zip
Tab focus and caption position fixes (fixes #61, fixes #92)
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/index.html b/docs/index.html
index a826e287..d3695501 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.2.1/plyr.css?1">
+ <link rel="stylesheet" href="https://cdn.plyr.io/1.2.2/plyr.css?1">
<!-- Docs styles -->
- <link rel="stylesheet" href="https://cdn.plyr.io/1.2.1/docs.css?4">
+ <link rel="stylesheet" href="https://cdn.plyr.io/1.2.2/docs.css?4">
</head>
<body>
<header>
@@ -97,13 +97,13 @@
b.insertBefore(c, b.childNodes[0]);
}
}
- })(document, "https://cdn.plyr.io/1.2.1/sprite.svg");
+ })(document, "https://cdn.plyr.io/1.2.2/sprite.svg");
</script>
<!-- Plyr core script -->
- <script src="https://cdn.plyr.io/1.2.1/plyr.js?1"></script>
+ <script src="https://cdn.plyr.io/1.2.2/plyr.js?1"></script>
<!-- Docs script -->
- <script src="https://cdn.plyr.io/1.2.1/docs.js?1"></script>
+ <script src="https://cdn.plyr.io/1.2.2/docs.js?1"></script>
</body>
</html>