mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Fixed Joes typo commit
This commit is contained in:
parent
0123fa0838
commit
54c8e46cdf
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ exports.handleDisconnect = function(client)
|
|||
{
|
||||
if(pad2sessions[sessionPad][i] == client.id)
|
||||
{
|
||||
delete pad2sessions[sessionPad][i];
|
||||
pad2sessions[sessionPad].splice(i, 1);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue