diff options
author | Sam Potts <me@sampotts.me> | 2015-04-06 13:25:36 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-04-06 13:25:36 +1000 |
commit | 99cabd545dda501fa23f4f1e917c3a586adea2a2 (patch) | |
tree | e6ba228c99b24dcf48ff7ada79d12273ab6b6388 /docs/index.html | |
parent | 1f7f7b10dec4d1fd28de900fc1f4c7f71650c51b (diff) | |
download | plyr-99cabd545dda501fa23f4f1e917c3a586adea2a2.tar.lz plyr-99cabd545dda501fa23f4f1e917c3a586adea2a2.tar.xz plyr-99cabd545dda501fa23f4f1e917c3a586adea2a2.zip |
Fix for generated IDs for controls, UI tweak for audio
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 b12191b4..91b27543 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.2/plyr.css"> + <link rel="stylesheet" href="//cdn.plyr.io/1.1.3/plyr.css"> <!-- Docs styles --> - <link rel="stylesheet" href="//cdn.plyr.io/1.1.2/docs.css"> + <link rel="stylesheet" href="//cdn.plyr.io/1.1.3/docs.css"> </head> <body> <header> @@ -83,13 +83,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.1.2/sprite.svg"); + })(document, "https://cdn.plyr.io/1.1.3/sprite.svg"); </script> <!-- Plyr core script --> - <script src="//cdn.plyr.io/1.1.2/plyr.js"></script> + <script src="//cdn.plyr.io/1.1.3/plyr.js"></script> <!-- Docs script --> - <script src="//cdn.plyr.io/1.1.2/docs.js"></script> + <script src="//cdn.plyr.io/1.1.3/docs.js"></script> </body> </html>
\ No newline at end of file |