feature(console) handler: rm Images: showLoad, hide

This commit is contained in:
coderaiser 2014-06-02 06:43:41 -04:00
parent 5bec7821c5
commit fa6019e7ed

View file

@ -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();