mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-23 13:59:32 +00:00
@@ -1783,7 +1783,7 @@ function newBaseEventDIV(eventRep, event, eventText) {
|
||||
textDiv.addClassName("text");
|
||||
var iconSpan = createElement("span", null, "icons");
|
||||
textDiv.appendChild(iconSpan);
|
||||
textDiv.appendChild(document.createTextNode(eventText.replace(/(\\r)?\\n/g, "<BR/>")));
|
||||
textDiv.update(eventText.replace(/(\\r)?\\n/g, "<BR/>"));
|
||||
|
||||
// Add alarm and classification icons
|
||||
if (event[9] == 1)
|
||||
|
||||
Reference in New Issue
Block a user