no message
This commit is contained in:
@@ -55,7 +55,7 @@ function openPopup(day) {
|
||||
.then(res => res.ok ? res.text() : Promise.reject("Inhalt nicht gefunden"))
|
||||
.then(html => {
|
||||
activeDay = day;
|
||||
popupContent.innerHTML = `<h2>${data.title}</h2>${html}`;
|
||||
popupContent.innerHTML = `${html}`;
|
||||
popupOverlay.classList.add("active");
|
||||
|
||||
// === Event für background.js (nach DOM-Initialisierung) ===
|
||||
|
||||
Reference in New Issue
Block a user