mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
feature(console) abort prompt on disconnect
This commit is contained in:
parent
e97f5e94eb
commit
b6b96b4ba5
1 changed files with 1 additions and 0 deletions
|
|
@ -161,6 +161,7 @@ var CloudCmd, Util, DOM, CloudFunc, $;
|
|||
|
||||
'disconnect': function() {
|
||||
error(Socket.DISCONNECTED);
|
||||
jqconsole.AbortPrompt();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue