Skip to content

Commit

Permalink
Fix removing attendee from freebusy grid.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jul 15, 2016
1 parent 3bbc1b2 commit 41ef553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kronolith/js/kronolith.js
Expand Up @@ -6678,7 +6678,7 @@ KronolithCore = {
return;
}

var row = this.freeBusyRows.get('email:' + attendee.email);
var row = this.freeBusyRows.get(attendee.i);
row.purge();
row.remove();
},
Expand Down

0 comments on commit 41ef553

Please sign in to comment.