beginn frontend modularisierung

This commit is contained in:
ecki
2026-03-10 17:06:16 +01:00
parent 44623422bc
commit 6912e1cc39
4 changed files with 43 additions and 29 deletions
+5 -12
View File
@@ -1,15 +1,8 @@
document.addEventListener("DOMContentLoaded", () => {
document.addEventListener("DOMContentLoaded",()=>{
loadResources()
loadCancelled()
loadResources();
loadDomains();
loadCosts();
loadDomains()
loadMapping()
});
loadCosts()
if(typeof loadInfrastructure === "function"){
loadInfrastructure()
}
})