From 93d4c34c3ee5e3ed3749b62e3a35548b5cb281b4 Mon Sep 17 00:00:00 2001 From: Fenris Wolf Date: Thu, 25 Sep 2025 17:59:55 +0200 Subject: [PATCH] [fix] index --- source/index.html.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.html.tpl b/source/index.html.tpl index f9696e4..e8eb5f4 100644 --- a/source/index.html.tpl +++ b/source/index.html.tpl @@ -11,7 +11,7 @@ document.addEventListener( "DOMContentLoaded", () => { - _zeitbild.frontend_web.main() + _dali.main() .then( () => {} )