diff options
author | Sam Potts <me@sampotts.me> | 2015-08-13 21:34:17 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-08-13 21:34:17 +1000 |
commit | 9133247cdf35864981ecfeb421789f2b41b3b0c9 (patch) | |
tree | a7d2cdae7319c197fb4246287da19f37eef11312 /docs/index.html | |
parent | bf7f6f40bd8520734c3d3d6a2914c4dcb074563c (diff) | |
download | plyr-9133247cdf35864981ecfeb421789f2b41b3b0c9.tar.lz plyr-9133247cdf35864981ecfeb421789f2b41b3b0c9.tar.xz plyr-9133247cdf35864981ecfeb421789f2b41b3b0c9.zip |
Code cleanup
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 22248d97..a749a08a 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.3/plyr.css?3"> + <link rel="stylesheet" href="https://cdn.plyr.io/1.3.4/plyr.css?3"> <!-- Docs styles --> - <link rel="stylesheet" href="https://cdn.plyr.io/1.3.3/docs.css?1"> + <link rel="stylesheet" href="https://cdn.plyr.io/1.3.4/docs.css?1"> </head> <body> <header> @@ -97,13 +97,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.3.3/sprite.svg"); + })(document, "https://cdn.plyr.io/1.3.4/sprite.svg"); </script> <!-- Plyr core script --> - <script src="https://cdn.plyr.io/1.3.3/plyr.js?1"></script> + <script src="https://cdn.plyr.io/1.3.4/plyr.js?1"></script> <!-- Docs script --> - <script src="https://cdn.plyr.io/1.3.3/docs.js?1"></script> + <script src="https://cdn.plyr.io/1.3.4/docs.js?1"></script> </body> </html> |