next fix for timedelate error
This commit is contained in:
+1
-1
@@ -90,7 +90,7 @@
|
||||
{% if config %}
|
||||
<script>
|
||||
// Config + globale Sounds nur setzen, wenn vorhanden
|
||||
window.mkConfig = {{ config | tojson | safe | timedelta }};
|
||||
window.mkConfig = {{ config | tojson | safe }};
|
||||
window.mkGlobalSounds = {{ global_sounds | tojson | safe }};
|
||||
|
||||
console.log("base.html → mkConfig gesetzt:", window.mkConfig);
|
||||
|
||||
Reference in New Issue
Block a user