diff options
author | Sam Potts <me@sampotts.me> | 2015-07-20 23:03:24 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-07-20 23:03:24 +1000 |
commit | 20ee77a55e1311990f1b9bfb463a0ea0f76d1fdd (patch) | |
tree | 78990ce49d6830c503c130ab45b6c13b7ca2c89b /docs/index.html | |
parent | e49c417e54f481e3edcc3f7ee2f9fae32344a40b (diff) | |
download | plyr-20ee77a55e1311990f1b9bfb463a0ea0f76d1fdd.tar.lz plyr-20ee77a55e1311990f1b9bfb463a0ea0f76d1fdd.tar.xz plyr-20ee77a55e1311990f1b9bfb463a0ea0f76d1fdd.zip |
Docs tweak
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 4 |
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]); } |