diff options
author | Sam Potts <me@sampotts.me> | 2015-07-25 19:51:32 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-07-25 19:51:32 +1000 |
commit | e9cdbfb8da156ded3b11ca1a3e5bd29104ee565a (patch) | |
tree | b67c6209f35ce32d83947f4b4437be4deb8dc6e9 /docs/index.html | |
parent | df64fdac9eeac9515c16a21af39dbdd3163bb05c (diff) | |
download | plyr-e9cdbfb8da156ded3b11ca1a3e5bd29104ee565a.tar.lz plyr-e9cdbfb8da156ded3b11ca1a3e5bd29104ee565a.tar.xz plyr-e9cdbfb8da156ded3b11ca1a3e5bd29104ee565a.zip |
Safari fix (fixes #96), YouTube tweaks, docs
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 d3695501..6a555dc5 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.2/plyr.css?1"> + <link rel="stylesheet" href="https://cdn.plyr.io/1.2.3/plyr.css?1"> <!-- Docs styles --> - <link rel="stylesheet" href="https://cdn.plyr.io/1.2.2/docs.css?4"> + <link rel="stylesheet" href="https://cdn.plyr.io/1.2.3/docs.css?4"> </head> <body> <header> @@ -97,13 +97,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.2.2/sprite.svg"); + })(document, "https://cdn.plyr.io/1.2.3/sprite.svg"); </script> <!-- Plyr core script --> - <script src="https://cdn.plyr.io/1.2.2/plyr.js?1"></script> + <script src="https://cdn.plyr.io/1.2.3/plyr.js?1"></script> <!-- Docs script --> - <script src="https://cdn.plyr.io/1.2.2/docs.js?1"></script> + <script src="https://cdn.plyr.io/1.2.3/docs.js?1"></script> </body> </html> |