mirror of
https://github.com/Dvorinka/PPve.git
synced 2026-06-03 20:12:59 +00:00
ff
This commit is contained in:
@@ -1722,7 +1722,7 @@ function setupDraggableImage() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Template configurations - 6 templates only
|
// Template configurations - 6 main presets
|
||||||
const templateConfigs = {
|
const templateConfigs = {
|
||||||
'default': {
|
'default': {
|
||||||
name: 'Výchozí',
|
name: 'Výchozí',
|
||||||
|
|||||||
+1
-1
@@ -19,7 +19,7 @@
|
|||||||
// Load and display banner
|
// Load and display banner
|
||||||
async function loadBanner() {
|
async function loadBanner() {
|
||||||
try {
|
try {
|
||||||
const response = await fetch('/api/banner.json');
|
const response = await fetch('/api/banner');
|
||||||
if (!response.ok) return;
|
if (!response.ok) return;
|
||||||
|
|
||||||
const banner = await response.json();
|
const banner = await response.json();
|
||||||
|
|||||||
Reference in New Issue
Block a user