mirror of
https://github.com/huashengdun/webssh.git
synced 2026-03-31 08:07:32 +00:00
Force terminal fullscreen mode
This commit is contained in:
@@ -42,6 +42,7 @@ jQuery(function($){
|
||||
socket.onopen = function(e) {
|
||||
$('.container').hide();
|
||||
term.open(terminal, true);
|
||||
term.toggleFullscreen(true);
|
||||
};
|
||||
|
||||
socket.onmessage = function(msg) {
|
||||
|
||||
Reference in New Issue
Block a user