fixed color picker for firefox 4.
parent
68dfff5a21
commit
7fb631b922
|
@ -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 New Issue