mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 17:06:16 -04:00
Delete commented-out code
This commit is contained in:
parent
c7195b1133
commit
c1ea2ddccc
2 changed files with 0 additions and 4 deletions
|
@ -47,7 +47,6 @@ const getCollabClient = (ace2editor, serverVars, initialUserInfo, options, _pad)
|
||||||
let commitDelay = 500;
|
let commitDelay = 500;
|
||||||
|
|
||||||
const userId = initialUserInfo.userId;
|
const userId = initialUserInfo.userId;
|
||||||
// var socket;
|
|
||||||
const userSet = {}; // userId -> userInfo
|
const userSet = {}; // userId -> userInfo
|
||||||
userSet[userId] = initialUserInfo;
|
userSet[userId] = initialUserInfo;
|
||||||
|
|
||||||
|
|
|
@ -563,9 +563,6 @@ const closeColorPicker = (accept) => {
|
||||||
myUserInfo.colorId = newColor;
|
myUserInfo.colorId = newColor;
|
||||||
pad.notifyChangeColor(newColor);
|
pad.notifyChangeColor(newColor);
|
||||||
paduserlist.renderMyUserInfo();
|
paduserlist.renderMyUserInfo();
|
||||||
} else {
|
|
||||||
// pad.notifyChangeColor(previousColorId);
|
|
||||||
// paduserlist.renderMyUserInfo();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
colorPickerOpen = false;
|
colorPickerOpen = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue