Move updatechat to dcomcontentloaded event

This commit is contained in:
Mashintime 2023-07-29 09:52:04 -04:00
parent 7332b6d1b3
commit d6ae766cf4

View file

@ -145,10 +145,11 @@ var chatFilter = [
//{ type: "response" },
];
updateAllChat(false);
// WINDOW LISTENER
window.addEventListener("DOMContentLoaded", () => {
updateAllChat(false);
// theme selector
changeGuiDesign(config.theme);