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