Feature/#19 notifications tab title #31

Merged
kaffem merged 25 commits from feature/#19-notifications-tab-title into develop 2020-10-28 06:46:24 +01:00
Showing only changes of commit f3fe4fc717 - Show all commits

View file

@ -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();