Update myscript.js

This commit is contained in:
Jianhuan Liu 2021-02-01 21:02:37 +08:00 committed by GitHub
parent 761da3aa47
commit 93da31c903
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ obox2.style.bottom = "0px";
obox2.style.left = "0px"; obox2.style.left = "0px";
obox2.style.zIndex = "9999"; obox2.style.zIndex = "9999";
obox2.style.display = "none"; obox2.style.display = "none";
obox2.setAttribute("class", "movie")
var sbox = document.getElementsByTagName("body")[0]; var sbox = document.getElementsByTagName("body")[0];
sbox.appendChild(obox1); sbox.appendChild(obox1);