Offline drive (or team) detection
This commit is contained in:
@@ -94,8 +94,8 @@ define([
|
||||
Cryptpad.onNetworkDisconnect.reg(function () {
|
||||
sframeChan.event('EV_NETWORK_DISCONNECT');
|
||||
});
|
||||
Cryptpad.onNetworkReconnect.reg(function (data) {
|
||||
sframeChan.event('EV_NETWORK_RECONNECT', data);
|
||||
Cryptpad.onNetworkReconnect.reg(function () {
|
||||
sframeChan.event('EV_NETWORK_RECONNECT');
|
||||
});
|
||||
Cryptpad.drive.onLog.reg(function (msg) {
|
||||
sframeChan.event('EV_DRIVE_LOG', msg);
|
||||
|
||||
Reference in New Issue
Block a user