Commit 9dda12eb by Sheng

Force terminal fullscreen mode

parent c2fc9bff
......@@ -42,6 +42,7 @@ jQuery(function($){
socket.onopen = function(e) {
$('.container').hide();
term.open(terminal, true);
term.toggleFullscreen(true);
};
socket.onmessage = function(msg) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment