Compare commits
No commits in common. "1c58165425c81862e13d278d31eaf1e3c8595245" and "bb1f7cdb88c91cc38a70c1de48eca1948dcb3459" have entirely different histories.
1c58165425
...
bb1f7cdb88
@ -68,16 +68,7 @@
|
||||
app.starField.shuffleAll(5000)
|
||||
|
||||
}
|
||||
if(event.key == "." && event.ctrlKey){
|
||||
event.preventDefault();
|
||||
if(window.container){
|
||||
|
||||
window.container.terminal.element.hidden = !window.container.terminal.element.hidden
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
prevKey = event.key
|
||||
if(event.key == "," && event.ctrlKey){
|
||||
event.preventDefault();
|
||||
@ -92,7 +83,7 @@
|
||||
{% if channel %}
|
||||
app.channelUid = '{{ channel.uid.value }}'
|
||||
window.getContainer = function(){
|
||||
return new Container(app.channelUid,false)
|
||||
return Container(app.channelUid,false)
|
||||
}
|
||||
{% endif %}
|
||||
let installPrompt = null
|
||||
|
||||
Loading…
Reference in New Issue
Block a user