Update contianer.
This commit is contained in:
parent
bb1f7cdb88
commit
38640d8f75
@ -83,7 +83,7 @@
|
|||||||
{% if channel %}
|
{% if channel %}
|
||||||
app.channelUid = '{{ channel.uid.value }}'
|
app.channelUid = '{{ channel.uid.value }}'
|
||||||
window.getContainer = function(){
|
window.getContainer = function(){
|
||||||
return Container(app.channelUid,false)
|
return new Container(app.channelUid,false)
|
||||||
}
|
}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
let installPrompt = null
|
let installPrompt = null
|
||||||
|
Loading…
Reference in New Issue
Block a user