diff --git a/static/js/main.js b/static/js/main.js index 8caf785..189b443 100644 --- a/static/js/main.js +++ b/static/js/main.js @@ -42,6 +42,7 @@ jQuery(function($){ socket.onopen = function(e) { $('.container').hide(); term.open(terminal, true); + term.toggleFullscreen(true); }; socket.onmessage = function(msg) {