kopia lustrzana https://github.com/c9/core
Fixes reconnect ui not going away
rodzic
2587c41e80
commit
591e5d841e
|
@ -357,7 +357,7 @@ define(function(require, exports, module) {
|
|||
},
|
||||
|
||||
/**
|
||||
* Spawns a child process in a TMUX and returns a stream object.
|
||||
* Spawns a child process in a TMUX session and returns a stream object.
|
||||
* Use this method if the process you wish to start requires a
|
||||
* terminal (for instance VI).
|
||||
*
|
||||
|
|
|
@ -50,6 +50,11 @@ define(function(require, exports, module) {
|
|||
showDisconnect(e);
|
||||
});
|
||||
});
|
||||
vfs.on("away", function(){
|
||||
});
|
||||
vfs.on("back", function(){
|
||||
hideDisconnect();
|
||||
});
|
||||
vfs.on("connect", function(){
|
||||
hideDisconnect();
|
||||
});
|
||||
|
|
Ładowanie…
Reference in New Issue