mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
Timeslider autoupdate on pad change
This commit is contained in:
parent
583743a3f9
commit
1faae5b756
3 changed files with 53 additions and 53 deletions
|
@ -360,6 +360,8 @@ function handshake()
|
|||
//this message advices the client to disconnect
|
||||
if (obj.disconnect)
|
||||
{
|
||||
console.warn("FORCED TO DISCONNECT");
|
||||
console.warn(obj);
|
||||
padconnectionstatus.disconnected(obj.disconnect);
|
||||
socket.disconnect();
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue