modify
This commit is contained in:
parent
f25337841e
commit
5ce6080f82
@ -23,7 +23,7 @@ sbox.appendChild(obox1);
|
|||||||
var rand = Math.random();
|
var rand = Math.random();
|
||||||
console.log(rand);
|
console.log(rand);
|
||||||
|
|
||||||
if (rand > 0.5) {
|
if (rand > 1) {
|
||||||
sbox.appendChild(obox2);
|
sbox.appendChild(obox2);
|
||||||
setTimeout(function(){
|
setTimeout(function(){
|
||||||
obox2.style.display = "block";
|
obox2.style.display = "block";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user