aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html
index f64792fc..4a593973 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -11,7 +11,7 @@
<link rel="stylesheet" href="https://cdn.plyr.io/1.2.0/plyr.css?1">
<!-- Docs styles -->
- <link rel="stylesheet" href="https://cdn.plyr.io/1.2.0/docs.css?2">
+ <link rel="stylesheet" href="https://cdn.plyr.io/1.2.0/docs.css?3">
</head>
<body>
<header>
@@ -92,7 +92,7 @@
a.send();
a.onload = function(){
var c = d.createElement("div");
- c.style.display="none";
+ c.setAttribute("hidden", "");
c.innerHTML = a.responseText;
b.insertBefore(c, b.childNodes[0]);
}