Warn users when the drive is offline
This commit is contained in:
@@ -74,6 +74,12 @@ define([
|
||||
path: p
|
||||
});
|
||||
});
|
||||
proxy.on('disconnect', function () {
|
||||
team.offline = true;
|
||||
});
|
||||
proxy.on('reconnect', function (info) {
|
||||
team.offline = false;
|
||||
});
|
||||
};
|
||||
|
||||
var closeTeam = function (ctx, teamId) {
|
||||
|
||||
Reference in New Issue
Block a user