diff options
author | Sam Potts <me@sampotts.me> | 2015-04-04 12:51:24 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-04-04 12:51:24 +1100 |
commit | 7c5f38311b3261a9cbdabff816240f6d737401b7 (patch) | |
tree | ade74a82897fb32a3533ee6e50c31511e6a81ea6 /docs/index.html | |
parent | e568bc9c8d25823867840f3344f91be834602a17 (diff) | |
download | plyr-7c5f38311b3261a9cbdabff816240f6d737401b7.tar.lz plyr-7c5f38311b3261a9cbdabff816240f6d737401b7.tar.xz plyr-7c5f38311b3261a9cbdabff816240f6d737401b7.zip |
Bug fixes for controls changes
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 1ec375c8..88a31fb0 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.0/plyr.css"> + <link rel="stylesheet" href="//cdn.plyr.io/1.1.1/plyr.css"> <!-- Docs styles --> - <link rel="stylesheet" href="//cdn.plyr.io/1.1.0/docs.css"> + <link rel="stylesheet" href="//cdn.plyr.io/1.1.1/docs.css"> </head> <body> <header> @@ -83,13 +83,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.1.0/sprite.svg"); + })(document, "https://cdn.plyr.io/1.1.1/sprite.svg"); </script> <!-- Plyr core script --> - <script src="//cdn.plyr.io/1.1.0/plyr.js"></script> + <script src="//cdn.plyr.io/1.1.1/plyr.js"></script> <!-- Docs script --> - <script src="//cdn.plyr.io/1.1.0/docs.js"></script> + <script src="//cdn.plyr.io/1.1.1/docs.js"></script> </body> </html>
\ No newline at end of file |