mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +01:00
Remove leftover code from earlier commits
This commit is contained in:
parent
b4068144c3
commit
7b6a4aba30
2 changed files with 1 additions and 3 deletions
|
@ -201,8 +201,6 @@ function handshake()
|
||||||
});
|
});
|
||||||
|
|
||||||
socket.once('connect', function () {
|
socket.once('connect', function () {
|
||||||
// Setup our own connected flag since socketio one doesn't work accurately
|
|
||||||
socket.realConnected = true;
|
|
||||||
sendClientReady(false);
|
sendClientReady(false);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue