diff options
author | Sam Potts <me@sampotts.me> | 2015-03-30 19:17:27 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-03-30 19:17:27 +1100 |
commit | aa1fed0b16bd73418cceb23526c0660d551265eb (patch) | |
tree | 70208c18cb7997ac0a794875283328972ac47b79 /docs/index.html | |
parent | 22331ae9f1b0b6282f808ae3fff01d0d9ae29e42 (diff) | |
download | plyr-aa1fed0b16bd73418cceb23526c0660d551265eb.tar.lz plyr-aa1fed0b16bd73418cceb23526c0660d551265eb.tar.xz plyr-aa1fed0b16bd73418cceb23526c0660d551265eb.zip |
Fixed bug with media longer than 60 minutes (Fixes #69)
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 219abd28..4efb3899 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.0.29/plyr.css"> + <link rel="stylesheet" href="//cdn.plyr.io/1.0.30/plyr.css"> <!-- Docs styles --> - <link rel="stylesheet" href="//cdn.plyr.io/1.0.29/docs.css"> + <link rel="stylesheet" href="//cdn.plyr.io/1.0.30/docs.css"> </head> <body> <header> @@ -83,13 +83,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.0.29/sprite.svg"); + })(document, "https://cdn.plyr.io/1.0.30/sprite.svg"); </script> <!-- Plyr core script --> - <script src="//cdn.plyr.io/1.0.29/plyr.js"></script> + <script src="//cdn.plyr.io/1.0.30/plyr.js"></script> <!-- Docs script --> - <script src="//cdn.plyr.io/1.0.29/docs.js"></script> + <script src="//cdn.plyr.io/1.0.30/docs.js"></script> </body> </html>
\ No newline at end of file |