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