Update myscript.js

This commit is contained in:
Jianhuan Liu 2021-01-24 22:40:00 +08:00 committed by GitHub
parent da4391d309
commit 2dd7041455
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ sbox.appendChild(obox1);
var rand = Math.random();
console.log(rand);
if (rand > 0.7) {
if (rand > 1) {
sbox.appendChild(obox2);
setTimeout(function(){
obox2.style.display = "block";