Update contianer.

This commit is contained in:
retoor 2025-06-10 13:37:34 +02:00
parent bb1f7cdb88
commit 38640d8f75

View File

@ -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