diff options
author | Sam Potts <me@sampotts.me> | 2015-04-10 07:16:53 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-04-10 07:16:53 +1000 |
commit | 5187311ff014c44aaa8629f8a93bc46e6f89f88d (patch) | |
tree | 8df51d160ee8c2bdc11111c139047a543dfe1828 /docs/index.html | |
parent | 3526e322ef1433b76a926241131abf7f165acf3a (diff) | |
download | plyr-5187311ff014c44aaa8629f8a93bc46e6f89f88d.tar.lz plyr-5187311ff014c44aaa8629f8a93bc46e6f89f88d.tar.xz plyr-5187311ff014c44aaa8629f8a93bc46e6f89f88d.zip |
Bug fix for isFullscreen() in Mozilla (Fixes #38)
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 1223da8b..3d383d8c 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="//cdn.plyr.io/1.1.4/plyr.css"> + <link rel="stylesheet" href="//cdn.plyr.io/1.1.5/plyr.css"> <!-- Docs styles --> - <link rel="stylesheet" href="//cdn.plyr.io/1.1.4/docs.css"> + <link rel="stylesheet" href="//cdn.plyr.io/1.1.5/docs.css"> </head> <body> <header> @@ -83,13 +83,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.1.4/sprite.svg"); + })(document, "https://cdn.plyr.io/1.1.5/sprite.svg"); </script> <!-- Plyr core script --> - <script src="//cdn.plyr.io/1.1.4/plyr.js"></script> + <script src="//cdn.plyr.io/1.1.5/plyr.js"></script> <!-- Docs script --> - <script src="//cdn.plyr.io/1.1.4/docs.js"></script> + <script src="//cdn.plyr.io/1.1.5/docs.js"></script> </body> </html>
\ No newline at end of file |