mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix API error
This commit is contained in:
parent
4edf74587e
commit
b456fee9e9
@ -1470,8 +1470,8 @@ define([
|
||||
UIElements.reconnectAlert();
|
||||
};
|
||||
|
||||
sframeChan.on('EV_DRIVE_LOG', function (data) {
|
||||
UI.log(data.msg);
|
||||
sframeChan.on('EV_DRIVE_LOG', function (msg) {
|
||||
UI.log(msg);
|
||||
});
|
||||
sframeChan.on('EV_NETWORK_DISCONNECT', function (teamId) {
|
||||
onDisconnect(teamId);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user