Force terminal fullscreen mode

This commit is contained in:
Sheng
2017-12-07 19:25:02 +08:00
parent c2fc9bff79
commit 9dda12eb60

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) {