From 1ba3b1d446c91bb869b339d79ea9fba309cc47a8 Mon Sep 17 00:00:00 2001 From: Tomas Dvorak Date: Wed, 28 May 2025 23:08:39 +0200 Subject: [PATCH] ff --- admin-dashboard.html | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin-dashboard.html b/admin-dashboard.html index e74bac7..82c6b9c 100644 --- a/admin-dashboard.html +++ b/admin-dashboard.html @@ -1722,7 +1722,7 @@ function setupDraggableImage() { } } -// Template configurations - 6 templates only +// Template configurations - 6 main presets const templateConfigs = { 'default': { name: 'Výchozí', diff --git a/index.html b/index.html index aadcaaf..7d21f65 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@ // Load and display banner async function loadBanner() { try { - const response = await fetch('/api/banner.json'); + const response = await fetch('/api/banner'); if (!response.ok) return; const banner = await response.json();