mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
minor changes
This commit is contained in:
parent
32c0312c7e
commit
6f2c42aa73
1 changed files with 3 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue