mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Don't try to reconnect if we reset the connection on our own
This commit is contained in:
parent
6122929461
commit
a444e870e0
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ function handshake()
|
|||
//We get a disconnect message
|
||||
if(obj.disconnect)
|
||||
{
|
||||
socket.reconnect = false;
|
||||
socket.disconnect();
|
||||
alert("You have this Pad already opened in another Window/Tab");
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue