diff options
author | Sam Potts <me@sampotts.me> | 2015-08-21 21:36:15 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-08-21 21:36:15 +1000 |
commit | 6543fc1e5bb8445f816b8206f6b36521dead6364 (patch) | |
tree | acddad6f7ac4fdf45cdcf8d18d37de8c2c691c65 /docs/index.html | |
parent | 9133247cdf35864981ecfeb421789f2b41b3b0c9 (diff) | |
download | plyr-6543fc1e5bb8445f816b8206f6b36521dead6364.tar.lz plyr-6543fc1e5bb8445f816b8206f6b36521dead6364.tar.xz plyr-6543fc1e5bb8445f816b8206f6b36521dead6364.zip |
Fixed bug with API use on basic supported browsers
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 a749a08a..d6171a78 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.4/plyr.css?3"> + <link rel="stylesheet" href="https://cdn.plyr.io/1.3.5/plyr.css"> <!-- Docs styles --> - <link rel="stylesheet" href="https://cdn.plyr.io/1.3.4/docs.css?1"> + <link rel="stylesheet" href="https://cdn.plyr.io/1.3.5/docs.css"> </head> <body> <header> @@ -97,13 +97,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.3.4/sprite.svg"); + })(document, "https://cdn.plyr.io/1.3.5/sprite.svg"); </script> <!-- Plyr core script --> - <script src="https://cdn.plyr.io/1.3.4/plyr.js?1"></script> + <script src="https://cdn.plyr.io/1.3.5/plyr.js"></script> <!-- Docs script --> - <script src="https://cdn.plyr.io/1.3.4/docs.js?1"></script> + <script src="https://cdn.plyr.io/1.3.5/docs.js"></script> </body> </html> |