mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-28 10:14:13 +00:00
feature(terminal) rm
This commit is contained in:
parent
744a9d03a5
commit
f9c80c709c
6 changed files with 1 additions and 6063 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue