mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-25 16:12:44 +00:00
Monotone-Parent: 843c4e4ab4023026b0fff697ba521c27e151872d
Monotone-Revision: 498058170a280ae890f83fe6a844882a2e050746 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-08-12T18:13:48 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -894,7 +894,7 @@ function newBaseEventDIV(eventRep, event, eventText) {
|
||||
eventDiv.recurrenceTime = eventRep.recurrenceTime;
|
||||
|
||||
eventDiv.addClassName("event");
|
||||
if (eventRep.userState && userStates[eventRep.userState])
|
||||
if (eventRep.userState >= 0 && userStates[eventRep.userState])
|
||||
eventDiv.addClassName(userStates[eventRep.userState]);
|
||||
|
||||
var innerDiv = $(document.createElement("div"));
|
||||
|
||||
Reference in New Issue
Block a user