mirror of https://github.com/xwiki-labs/cryptpad
don't throw alerts in the middle of someone's presentation
This commit is contained in:
parent
7cd42d5ff1
commit
1c238100c8
|
@ -635,8 +635,10 @@ define([
|
|||
toolbar.reconnecting(info.myId);
|
||||
Cryptpad.findOKButton().click();
|
||||
} else {
|
||||
if (!Slide.isPresentURL()) {
|
||||
Cryptpad.alert(Messages.common_connectionLost, undefined, true);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
config.onError = onConnectError;
|
||||
|
|
Loading…
Reference in New Issue