feature(terminal) rm

This commit is contained in:
coderaiser 2015-02-18 08:26:09 -05:00
parent 744a9d03a5
commit f9c80c709c
6 changed files with 1 additions and 6063 deletions

View file

@ -290,13 +290,7 @@ var CloudCmd, Util, DOM;
case Key.TRA:
DOM.Images.show.load('top');
if (shift)
obj = CloudCmd.Terminal;
else
obj = CloudCmd.Konsole;
if (obj && obj.show)
obj.show();
CloudCmd.Konsole.show();
event.preventDefault();