mirror of https://github.com/huashengdun/webssh
Force terminal fullscreen mode
parent
c2fc9bff79
commit
9dda12eb60
|
@ -42,6 +42,7 @@ jQuery(function($){
|
|||
socket.onopen = function(e) {
|
||||
$('.container').hide();
|
||||
term.open(terminal, true);
|
||||
term.toggleFullscreen(true);
|
||||
};
|
||||
|
||||
socket.onmessage = function(msg) {
|
||||
|
|
Loading…
Reference in New Issue