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