mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-08 08:21:23 +00:00
1
NEWS
1
NEWS
@@ -16,6 +16,7 @@ Bug fixes
|
||||
- [web] properly encode HTML attributes in Contacts module to avoid XSS issues
|
||||
- [web] handle c_mail field format of quick record of contacts of v3 (#3443)
|
||||
- [web] fixed all-day events covering a timezone change (#3457)
|
||||
- [web] fixed display of invitation with a category (#3590)
|
||||
|
||||
2.3.11 (2016-05-12)
|
||||
-------------------
|
||||
|
||||
@@ -1991,7 +1991,7 @@ function newBaseEventDIV(eventRep, event, eventText) {
|
||||
categoryStyle = 'category_' + categoriesStyles.keys().length;
|
||||
categoriesStyles.set([category], categoryStyle);
|
||||
}
|
||||
innerDiv.addClassName(categoryStyle);
|
||||
gradientDiv.addClassName(categoryStyle);
|
||||
}
|
||||
eventCell.observe("contextmenu", onMenuCurrentView);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user