diff options
author | Sam Potts <me@sampotts.me> | 2015-05-18 13:50:44 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-05-18 13:50:44 +1000 |
commit | ceace2a6789abd525c31933dda9b88df64ff3c39 (patch) | |
tree | a828458ae5e24a6ff352057e05cc44e081db2328 /docs/index.html | |
parent | d627454b2a31042508d9b8545c2b927e3bd5d93d (diff) | |
download | plyr-ceace2a6789abd525c31933dda9b88df64ff3c39.tar.lz plyr-ceace2a6789abd525c31933dda9b88df64ff3c39.tar.xz plyr-ceace2a6789abd525c31933dda9b88df64ff3c39.zip |
setVolume() API method improvements (Fixes #83)
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 a31a9d8f..856f6200 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.7/plyr.css"> + <link rel="stylesheet" href="https://cdn.plyr.io/1.1.8/plyr.css"> <!-- Docs styles --> - <link rel="stylesheet" href="https://cdn.plyr.io/1.1.7/docs.css"> + <link rel="stylesheet" href="https://cdn.plyr.io/1.1.8/docs.css"> </head> <body> <header> @@ -79,13 +79,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.1.7/sprite.svg"); + })(document, "https://cdn.plyr.io/1.1.8/sprite.svg"); </script> <!-- Plyr core script --> - <script src="https://cdn.plyr.io/1.1.7/plyr.js"></script> + <script src="https://cdn.plyr.io/1.1.8/plyr.js"></script> <!-- Docs script --> - <script src="https://cdn.plyr.io/1.1.7/docs.js"></script> + <script src="https://cdn.plyr.io/1.1.8/docs.js"></script> </body> </html> |