Skip to content

Commit

Permalink
(js) Fix display of invitation with category
Browse files Browse the repository at this point in the history
Fixes #3590
  • Loading branch information
cgx committed Jun 9, 2016
1 parent 618e20e commit 48628e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS
Expand Up @@ -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)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion UI/WebServerResources/SchedulerUI.js
Expand Up @@ -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);

Expand Down

0 comments on commit 48628e2

Please sign in to comment.