From 61a5d030a5d5c52bfc0b61af4fdd5a190445331f Mon Sep 17 00:00:00 2001 From: oberon Date: Mon, 16 Feb 2026 16:40:12 +0100 Subject: [PATCH] timedelta error fix --- templates/base.html | 15 --------------- templates/control.html | 24 ++++++++---------------- 2 files changed, 8 insertions(+), 31 deletions(-) diff --git a/templates/base.html b/templates/base.html index 1711ea0..aad6711 100644 --- a/templates/base.html +++ b/templates/base.html @@ -87,21 +87,6 @@ crossorigin="anonymous"> {% block scripts %} - {% if config is defined and config is not none %} - - {% else %} - - {% endif %} - diff --git a/templates/control.html b/templates/control.html index 549d858..702900f 100644 --- a/templates/control.html +++ b/templates/control.html @@ -167,22 +167,14 @@ {% block scripts %} - {% if config %} - - {% endif %} + console.log("control.html → mkConfig gesetzt:", window.mkConfig); + console.log("control.html → mkGlobalSounds:", window.mkGlobalSounds); + {% endblock %} \ No newline at end of file