Force terminal fullscreen mode

pull/4/head
Sheng 2017-12-07 19:25:02 +08:00
parent c2fc9bff79
commit 9dda12eb60
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ jQuery(function($){
socket.onopen = function(e) {
$('.container').hide();
term.open(terminal, true);
term.toggleFullscreen(true);
};
socket.onmessage = function(msg) {