(js) Fix freebusy initialization in event editor

This commit is contained in:
Francis Lachapelle 2016-12-19 11:05:48 -05:00
parent 1eb378c956
commit 2e9168080c

View file

@ -622,10 +622,10 @@
_.forEach(this.attendees, function(attendee) {
attendee.image = Component.$gravatar(attendee.email, 32);
});
}
// Load freebusy of attendees
this.updateFreeBusy();
}
this.selected = false;
};