Update contianer.
This commit is contained in:
parent
bb1f7cdb88
commit
38640d8f75
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user