Skip to content

Commit

Permalink
Refresh resources when deleting an event also.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Aug 31, 2014
1 parent de02ee2 commit cae96c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kronolith/js/kronolith.js
Expand Up @@ -4612,6 +4612,9 @@ KronolithCore = {
this.view == 'workweek' ||
this.view == 'day') {
days = this.findEventDays(cal, eventid);
days.each(function(day) {
this.refreshResources(day, cal, eventid);
}.bind(this));
}
this.removeEvent(cal, eventid);
if (r.uid) {
Expand Down

0 comments on commit cae96c2

Please sign in to comment.