diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/error.html | 2 | ||||
-rw-r--r-- | docs/index.html | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/docs/error.html b/docs/error.html index 397b1222..8dfbfc56 100644 --- a/docs/error.html +++ b/docs/error.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Docs styles --> - <link rel="stylesheet" href="//cdn.plyr.io/1.3.1/docs.css"> + <link rel="stylesheet" href="//cdn.plyr.io/1.3.2/docs.css"> </head> <body> <main> diff --git a/docs/index.html b/docs/index.html index f3de1baa..75f08afd 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.1/plyr.css?3"> + <link rel="stylesheet" href="https://cdn.plyr.io/1.3.2/plyr.css?3"> <!-- Docs styles --> - <link rel="stylesheet" href="https://cdn.plyr.io/1.3.1/docs.css?1"> + <link rel="stylesheet" href="https://cdn.plyr.io/1.3.2/docs.css?1"> </head> <body> <header> @@ -48,7 +48,7 @@ <source src="https://cdn.selz.com/plyr/1.0/movie.webm" type="video/webm"> <!-- Text track file --> - <track kind="captions" label="English" srclang="en" src="https://cdn.selz.com/plyr/1.0/en.vtt" default> + <track kind="captions" label="English" srclang="en" src="https://cdn.selz.com/plyr/1.0/en.vtt?2" default> <!-- Fallback for browsers that don't support the <video> element --> <a href="https://cdn.selz.com/plyr/1.0/movie.mp4">Download</a> @@ -97,13 +97,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.3.1/sprite.svg"); + })(document, "https://cdn.plyr.io/1.3.2/sprite.svg"); </script> <!-- Plyr core script --> - <script src="https://cdn.plyr.io/1.3.1/plyr.js?1"></script> + <script src="https://cdn.plyr.io/1.3.2/plyr.js?1"></script> <!-- Docs script --> - <script src="https://cdn.plyr.io/1.3.1/docs.js?1"></script> + <script src="https://cdn.plyr.io/1.3.2/docs.js?1"></script> </body> </html> |