diff options
author | Sam Potts <me@sampotts.me> | 2015-07-25 20:45:11 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-07-25 20:45:11 +1000 |
commit | e0cd34c9965575fddba863bb8c9a3126f6ac722b (patch) | |
tree | 71ca6f8bfb6b82aa1876edbcecd3ac2516093b3a /docs | |
parent | 06641d570917faf095bfb77510c1f87f1cdc036c (diff) | |
download | plyr-e0cd34c9965575fddba863bb8c9a3126f6ac722b.tar.lz plyr-e0cd34c9965575fddba863bb8c9a3126f6ac722b.tar.xz plyr-e0cd34c9965575fddba863bb8c9a3126f6ac722b.zip |
Fix for omitted kind attribute on <track> (fixes #88)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/error.html | 2 | ||||
-rw-r--r-- | docs/index.html | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/error.html b/docs/error.html index 547af028..de30561d 100644 --- a/docs/error.html +++ b/docs/error.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Docs styles --> - <link rel="stylesheet" href="//cdn.plyr.io/1.2.3/docs.css"> + <link rel="stylesheet" href="//cdn.plyr.io/1.2.4/docs.css"> </head> <body> <main> diff --git a/docs/index.html b/docs/index.html index 448f3fd3..ef727b04 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.3/plyr.css?1"> + <link rel="stylesheet" href="https://cdn.plyr.io/1.2.4/plyr.css?1"> <!-- Docs styles --> - <link rel="stylesheet" href="https://cdn.plyr.io/1.2.3/docs.css?1"> + <link rel="stylesheet" href="https://cdn.plyr.io/1.2.4/docs.css?1"> </head> <body> <header> @@ -97,13 +97,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.2.3/sprite.svg"); + })(document, "https://cdn.plyr.io/1.2.4/sprite.svg"); </script> <!-- Plyr core script --> - <script src="https://cdn.plyr.io/1.2.3/plyr.js?1"></script> + <script src="https://cdn.plyr.io/1.2.4/plyr.js?1"></script> <!-- Docs script --> - <script src="https://cdn.plyr.io/1.2.3/docs.js?1"></script> + <script src="https://cdn.plyr.io/1.2.4/docs.js?1"></script> </body> </html> |