Refactoring: cleanup of no longer necessary code

This commit is contained in:
Pieter Vander Vennet 2025-07-28 01:17:12 +02:00
parent afb94ecefb
commit d7b83e0d88
8 changed files with 4 additions and 113 deletions

View file

@ -11,6 +11,8 @@ async function main() {
console.error("Huh? Couldn't remove child!")
}
try {
document.getElementById("maindiv").innerHTML = "<div class='w-full flex justify-center my-16'>Loading map...</div>"
const theme = await DetermineTheme.getTheme()
new SingleThemeGui({
target,