mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(console) handler: rm Images: showLoad, hide
This commit is contained in:
parent
5bec7821c5
commit
fa6019e7ed
1 changed files with 1 additions and 5 deletions
|
|
@ -64,10 +64,8 @@ var CloudCmd, Util, DOM, CloudFunc, $;
|
|||
|
||||
// Handle a command.
|
||||
var handler = function(command) {
|
||||
if (command) {
|
||||
Images.showLoad({ top:true });
|
||||
if (command)
|
||||
Socket.emit(CHANNEL, command);
|
||||
}
|
||||
|
||||
jqconsole.Prompt(true, handler);
|
||||
};
|
||||
|
|
@ -177,8 +175,6 @@ var CloudCmd, Util, DOM, CloudFunc, $;
|
|||
log(json.stdout);
|
||||
error(json.stderr);
|
||||
}
|
||||
|
||||
DOM.Images.hide();
|
||||
}
|
||||
|
||||
init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue