Merge branch 'master' of https://github.com/liujianhuanzz/apache-druid-chinese-docs
This commit is contained in:
commit
5162015cc3
|
@ -9,7 +9,7 @@ obox1.style.display = "none";
|
|||
obox1.setAttribute("class", "movie")
|
||||
|
||||
var obox2 = document.createElement("div")
|
||||
obox2.innerHTML = '<img src = "/img/support.gif" width = "400" height = "250" />';
|
||||
obox2.innerHTML = '<img src = "/img/support.gif" width = "200" height = "125" />';
|
||||
obox2.style.position = "fixed";
|
||||
obox2.style.bottom = "0px";
|
||||
obox2.style.left = "0px";
|
||||
|
@ -22,7 +22,7 @@ sbox.appendChild(obox1);
|
|||
var rand = Math.random();
|
||||
console.log(rand);
|
||||
|
||||
if (rand > 0.3) {
|
||||
if (rand > 0.7) {
|
||||
sbox.appendChild(obox2);
|
||||
setTimeout(function(){
|
||||
obox2.style.display = "block";
|
||||
|
|
Loading…
Reference in New Issue