diff options
author | Sam Potts <me@sampotts.me> | 2015-05-18 14:43:45 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-05-18 14:43:45 +1000 |
commit | 19d7522722846ce84075c3769ecad3bea93fcaab (patch) | |
tree | 463df34ef9fef01c67d567783787d546a367df20 /docs/index.html | |
parent | ceace2a6789abd525c31933dda9b88df64ff3c39 (diff) | |
download | plyr-19d7522722846ce84075c3769ecad3bea93fcaab.tar.lz plyr-19d7522722846ce84075c3769ecad3bea93fcaab.tar.xz plyr-19d7522722846ce84075c3769ecad3bea93fcaab.zip |
Fixes bug with 1.1.8 volume
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 856f6200..1e0cab71 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.1.8/plyr.css"> + <link rel="stylesheet" href="https://cdn.plyr.io/1.1.9/plyr.css"> <!-- Docs styles --> - <link rel="stylesheet" href="https://cdn.plyr.io/1.1.8/docs.css"> + <link rel="stylesheet" href="https://cdn.plyr.io/1.1.9/docs.css"> </head> <body> <header> @@ -79,13 +79,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.1.8/sprite.svg"); + })(document, "https://cdn.plyr.io/1.1.9/sprite.svg"); </script> <!-- Plyr core script --> - <script src="https://cdn.plyr.io/1.1.8/plyr.js"></script> + <script src="https://cdn.plyr.io/1.1.9/plyr.js"></script> <!-- Docs script --> - <script src="https://cdn.plyr.io/1.1.8/docs.js"></script> + <script src="https://cdn.plyr.io/1.1.9/docs.js"></script> </body> </html> |