Feature/#19 notifications tab title #31
|
@ -88,7 +88,7 @@ function awaitPageLoaded() {
|
||||||
}
|
}
|
||||||
|
|
||||||
let loop = setInterval(() => {
|
let loop = setInterval(() => {
|
||||||
if (preLoader.style.display === "none") {
|
if (preLoader.style.display === "none" && document.readyState === 'complete') {
|
||||||
clearInterval(loop);
|
clearInterval(loop);
|
||||||
|
|
||||||
runScripts();
|
runScripts();
|
||||||
|
|
Loading…
Reference in a new issue