fixed color picker for firefox 4.

pull/35/head
Hans Pinckaers 2011-05-16 14:15:06 +02:00
parent 68dfff5a21
commit 7fb631b922
1 changed files with 0 additions and 3 deletions

View File

@ -636,9 +636,6 @@ function showColorPicker() {
pad.notifyChangeColor(newColorId); pad.notifyChangeColor(newColorId);
}); });
if(myUserInfo.colorId == i){
$(event.target).addClass("picked");
}
} }
colorPickerSetup = true; colorPickerSetup = true;