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