From 7fb631b92258be4d0a10cd15ccb685ebf69d6d84 Mon Sep 17 00:00:00 2001 From: Hans Pinckaers Date: Mon, 16 May 2011 14:15:06 +0200 Subject: [PATCH] fixed color picker for firefox 4. --- static/js/pad_userlist.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/static/js/pad_userlist.js b/static/js/pad_userlist.js index 3e476fad3..486da81ec 100644 --- a/static/js/pad_userlist.js +++ b/static/js/pad_userlist.js @@ -636,9 +636,6 @@ function showColorPicker() { pad.notifyChangeColor(newColorId); }); - if(myUserInfo.colorId == i){ - $(event.target).addClass("picked"); - } } colorPickerSetup = true;