@@ -562,7 +562,7 @@ document.addEventListener("DOMContentLoaded", () => {
return;
}
- body.innerHTML = day.showings.map((showing) => `
+ body.innerHTML = day.showings.map((showing) => /*html*/`
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a5c0072 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +img/* \ No newline at end of file diff --git a/account.js b/account.js index b448104..06f44a1 100644 --- a/account.js +++ b/account.js @@ -152,7 +152,7 @@ function openAccountDashboard() { return; } - accountView.innerHTML = ` + accountView.innerHTML = /*html*/`
Platzhalter zum Hinterlegen deiner Logos oder Anbieter-Informationen.
diff --git a/cart.js b/cart.js index befa6a1..17457a2 100644 --- a/cart.js +++ b/cart.js @@ -119,7 +119,7 @@ function renderCart() { const groupedItems = groupCartItems(); - const header = ` + const header = /*html*/`