mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +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);
|
pad.notifyChangeColor(newColorId);
|
||||||
});
|
});
|
||||||
|
|
||||||
if(myUserInfo.colorId == i){
|
|
||||||
$(event.target).addClass("picked");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
colorPickerSetup = true;
|
colorPickerSetup = true;
|
||||||
|
|
Loading…
Reference in a new issue