diff options
author | Sam Potts <me@sampotts.me> | 2015-04-06 11:47:23 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-04-06 11:47:23 +1000 |
commit | 5322f4c62fc05aa0caafa66592677d67aa55bd05 (patch) | |
tree | 25ee9cc46ff4ff952e8db54012a3f4b1ca145bd8 /docs/index.html | |
parent | 2f4c56176d031369449e3f348aa80cdd2735f2ac (diff) | |
download | plyr-5322f4c62fc05aa0caafa66592677d67aa55bd05.tar.lz plyr-5322f4c62fc05aa0caafa66592677d67aa55bd05.tar.xz plyr-5322f4c62fc05aa0caafa66592677d67aa55bd05.zip |
Fullscreen API methods (Fixes #74), onSetup callback
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 88a31fb0..b12191b4 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.1/plyr.css"> + <link rel="stylesheet" href="//cdn.plyr.io/1.1.2/plyr.css"> <!-- Docs styles --> - <link rel="stylesheet" href="//cdn.plyr.io/1.1.1/docs.css"> + <link rel="stylesheet" href="//cdn.plyr.io/1.1.2/docs.css"> </head> <body> <header> @@ -83,13 +83,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.1.1/sprite.svg"); + })(document, "https://cdn.plyr.io/1.1.2/sprite.svg"); </script> <!-- Plyr core script --> - <script src="//cdn.plyr.io/1.1.1/plyr.js"></script> + <script src="//cdn.plyr.io/1.1.2/plyr.js"></script> <!-- Docs script --> - <script src="//cdn.plyr.io/1.1.1/docs.js"></script> + <script src="//cdn.plyr.io/1.1.2/docs.js"></script> </body> </html>
\ No newline at end of file |