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