res5u
This commit is contained in:
parent
939711ef15
commit
fbbfb6a864
@ -16,7 +16,7 @@ document.querySelectorAll(".building").forEach((b) => {
|
|||||||
popup.style.left = "50%";
|
popup.style.left = "50%";
|
||||||
popup.style.top = "50%";
|
popup.style.top = "50%";
|
||||||
|
|
||||||
//popup.style.display = "block";
|
popup.style.display = "block";
|
||||||
|
|
||||||
// AJAX Gebäudedaten laden
|
// AJAX Gebäudedaten laden
|
||||||
const res = await fetch("/api" + url);
|
const res = await fetch("/api" + url);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user