postpone lazyScripts more

This commit is contained in:
tophf 2022-09-01 10:36:55 +03:00
parent 030621462c
commit c423025c5d

View File

@ -481,9 +481,7 @@ prefs.ready.then(() => {
}));
}
}
window.requestIdleCallback(() => {
require(lazyScripts);
});
setTimeout(() => requestIdleCallback(() => require(lazyScripts)));
})();
//#endregion