mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
fixed color picker for firefox 4.
This commit is contained in:
parent
68dfff5a21
commit
7fb631b922
1 changed files with 0 additions and 3 deletions
|
@ -636,9 +636,6 @@ function showColorPicker() {
|
|||
pad.notifyChangeColor(newColorId);
|
||||
});
|
||||
|
||||
if(myUserInfo.colorId == i){
|
||||
$(event.target).addClass("picked");
|
||||
}
|
||||
}
|
||||
|
||||
colorPickerSetup = true;
|
||||
|
|
Loading…
Reference in a new issue