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();