diff options
author | Sam Potts <me@sampotts.me> | 2015-09-13 09:56:59 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-09-13 09:56:59 +1000 |
commit | 66969f1a65ca5bddd128cc18eb724a7f9271d753 (patch) | |
tree | e1157e00b113a8f9ff76f94f7339d93d8eb324dd /docs/index.html | |
parent | e964c1a2988aa6d0c7ccb2cd7270c62785251cb4 (diff) | |
download | plyr-66969f1a65ca5bddd128cc18eb724a7f9271d753.tar.lz plyr-66969f1a65ca5bddd128cc18eb724a7f9271d753.tar.xz plyr-66969f1a65ca5bddd128cc18eb724a7f9271d753.zip |
Fix for multiple YouTube instances (Fixes #114)
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 6aad1a09..9dc4da80 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.3.5/plyr.css"> + <link rel="stylesheet" href="https://cdn.plyr.io/1.3.6/plyr.css"> <!-- Docs styles --> - <link rel="stylesheet" href="https://cdn.plyr.io/1.3.5/docs.css"> + <link rel="stylesheet" href="https://cdn.plyr.io/1.3.6/docs.css"> </head> <body> <header> @@ -97,13 +97,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.3.5/sprite.svg"); + })(document, "https://cdn.plyr.io/1.3.6/sprite.svg"); </script> <!-- Plyr core script --> - <script src="https://cdn.plyr.io/1.3.5/plyr.js"></script> + <script src="https://cdn.plyr.io/1.3.6/plyr.js"></script> <!-- Docs script --> - <script src="https://cdn.plyr.io/1.3.5/docs.js"></script> + <script src="https://cdn.plyr.io/1.3.6/docs.js"></script> </body> </html> |