From 38640d8f7516dc5a3731f9fe80947452f29c5070 Mon Sep 17 00:00:00 2001 From: retoor Date: Tue, 10 Jun 2025 13:37:34 +0200 Subject: [PATCH] Update contianer. --- src/snek/templates/app.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/snek/templates/app.html b/src/snek/templates/app.html index 1be687e..3c62c43 100644 --- a/src/snek/templates/app.html +++ b/src/snek/templates/app.html @@ -83,7 +83,7 @@ {% if channel %} app.channelUid = '{{ channel.uid.value }}' window.getContainer = function(){ - return Container(app.channelUid,false) + return new Container(app.channelUid,false) } {% endif %} let installPrompt = null