diff --git a/lib/client/terminal.js b/lib/client/terminal.js index 2a86fd6c..17b0700a 100644 --- a/lib/client/terminal.js +++ b/lib/client/terminal.js @@ -43,8 +43,9 @@ var CloudCommander, $; color : '#729FCF;' }); }); - /* removing resize function, no need for us */ - Term.resize = function(){}; + /* removing resize function, no need for us */ + Term.resize = function(pEvent){}; + $(window).unbind('resize'); JqueryTerminal.show();