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 2b42702 commit 3fcec36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kronolith/js/kronolith.js
Expand Up @@ -4606,6 +4606,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 3fcec36

Please sign in to comment.