mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-12-04 03:14:59 +01:00
Load ads after 15 mil
This commit is contained in:
parent
ac3f4bed31
commit
7f6343bdc8
@ -49,7 +49,7 @@
|
|||||||
element.async = true;
|
element.async = true;
|
||||||
element.src = "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js";
|
element.src = "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js";
|
||||||
document.body.appendChild(element);
|
document.body.appendChild(element);
|
||||||
}, 0);
|
}, 50);
|
||||||
};
|
};
|
||||||
|
|
||||||
window.addEventListener("load", downloadJsAtOnload, false);
|
window.addEventListener("load", downloadJsAtOnload, false);
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
element.async = true;
|
element.async = true;
|
||||||
element.src = "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js";
|
element.src = "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js";
|
||||||
document.body.appendChild(element);
|
document.body.appendChild(element);
|
||||||
}, 0);
|
}, 50);
|
||||||
};
|
};
|
||||||
|
|
||||||
window.addEventListener("load", downloadJsAtOnload, false);
|
window.addEventListener("load", downloadJsAtOnload, false);
|
||||||
|
Loading…
Reference in New Issue
Block a user