This commit is contained in:
Cay 2026-03-12 15:10:43 +00:00
parent 939711ef15
commit fbbfb6a864

View File

@ -16,7 +16,7 @@ document.querySelectorAll(".building").forEach((b) => {
popup.style.left = "50%";
popup.style.top = "50%";
//popup.style.display = "block";
popup.style.display = "block";
// AJAX Gebäudedaten laden
const res = await fetch("/api" + url);