Monotone-Parent: e564ba9c3c207614d2d7c7af98a96b258c9d49a7

Monotone-Revision: f437c6b7e0b51987163f6d58b72b903727b2da21

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-04-03T19:00:47
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau 2007-04-03 19:00:47 +00:00
parent 83ab3bf73e
commit 748d02ba85

View file

@ -1069,8 +1069,6 @@ function appendCalendar(folderName, folder) {
var contactId = folder.split(":")[0];
var styles = document.getElementsByTagName("style");
styles[0].innerHTML += ('.ownerIs' + contactId + ' {'
+ ' color: '
+ color + ';'
+ ' background-color: '
+ color
+ ' !important; }');