diff --git a/lib/client/console.js b/lib/client/console.js index 5403f42a..16fda412 100644 --- a/lib/client/console.js +++ b/lib/client/console.js @@ -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();