diff --git a/lib/client/console.js b/lib/client/console.js index b43e4398..6512702b 100644 --- a/lib/client/console.js +++ b/lib/client/console.js @@ -50,6 +50,8 @@ var CloudCmd, Util, DOM, CloudFunc, $; function handler(command) { if (command) Socket.emit(CHANNEL, command); + else + jqconsole.Prompt(true, handler); } function show(callback) {