Fix "ReferenceError: organizer is not defined" in some cases
This commit is contained in:
parent
96dd1b2713
commit
37659bb303
1 changed files with 1 additions and 1 deletions
|
@ -513,7 +513,7 @@ function rcube_calendar_ui(settings)
|
|||
return (j - k);
|
||||
});
|
||||
|
||||
var data, mystatus = null, rsvp, line, morelink, html = '', overflow = '';
|
||||
var data, organizer, mystatus = null, rsvp, line, morelink, html = '', overflow = '';
|
||||
for (var j=0; j < event.attendees.length; j++) {
|
||||
data = event.attendees[j];
|
||||
if (data.email) {
|
||||
|
|
Loading…
Add table
Reference in a new issue