diff options
author | Sam Potts <me@sampotts.me> | 2015-08-08 15:16:42 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-08-08 15:16:42 +1000 |
commit | f3c324038f0afca22097ae4c6c1ea5e1308616f0 (patch) | |
tree | a6ded4c6262775ea082793658a103db3a6296755 /docs/index.html | |
parent | 34c9bdc84ccba10e54c2f27ca2322f478e40a758 (diff) | |
download | plyr-f3c324038f0afca22097ae4c6c1ea5e1308616f0.tar.lz plyr-f3c324038f0afca22097ae4c6c1ea5e1308616f0.tar.xz plyr-f3c324038f0afca22097ae4c6c1ea5e1308616f0.zip |
ARIA improvements for caption reading
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/index.html b/docs/index.html index 26ee75d1..f3de1baa 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.0/plyr.css?3"> + <link rel="stylesheet" href="https://cdn.plyr.io/1.3.1/plyr.css?3"> <!-- Docs styles --> - <link rel="stylesheet" href="https://cdn.plyr.io/1.3.0/docs.css?1"> + <link rel="stylesheet" href="https://cdn.plyr.io/1.3.1/docs.css?1"> </head> <body> <header> @@ -97,13 +97,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.3.0/sprite.svg"); + })(document, "https://cdn.plyr.io/1.3.1/sprite.svg"); </script> <!-- Plyr core script --> - <script src="https://cdn.plyr.io/1.3.0/plyr.js?1"></script> + <script src="https://cdn.plyr.io/1.3.1/plyr.js?1"></script> <!-- Docs script --> - <script src="https://cdn.plyr.io/1.3.0/docs.js?1"></script> + <script src="https://cdn.plyr.io/1.3.1/docs.js?1"></script> </body> </html> |