LOL Closed on 25 and 31 of december

This commit is contained in:
2024-12-23 11:06:06 +01:00
parent a2b29d76c6
commit f643bfc311
4 changed files with 41 additions and 2 deletions

View File

@ -37,6 +37,7 @@ async function insertStatus(containerEl){
containerEl.append(document.importNode(node, true));
}
containerEl.className = main.className;
containerEl.setAttribute("style", main.getAttribute("style"))
}
insertStatus(document.getElementById("status"))