mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-13 07:25:26 +00:00
(js) Fix freebusy initialization in event editor
This commit is contained in:
@@ -622,11 +622,11 @@
|
||||
_.forEach(this.attendees, function(attendee) {
|
||||
attendee.image = Component.$gravatar(attendee.email, 32);
|
||||
});
|
||||
|
||||
// Load freebusy of attendees
|
||||
this.updateFreeBusy();
|
||||
}
|
||||
|
||||
// Load freebusy of attendees
|
||||
this.updateFreeBusy();
|
||||
|
||||
this.selected = false;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user