diff --git a/www/slide/main.js b/www/slide/main.js index 84e83124e..da133ce46 100644 --- a/www/slide/main.js +++ b/www/slide/main.js @@ -635,7 +635,9 @@ define([ toolbar.reconnecting(info.myId); Cryptpad.findOKButton().click(); } else { - Cryptpad.alert(Messages.common_connectionLost, undefined, true); + if (!Slide.isPresentURL()) { + Cryptpad.alert(Messages.common_connectionLost, undefined, true); + } } };