Update calendar after delete.

This commit is contained in:
Thomas Tanghus 2012-06-15 02:07:32 +02:00
parent ad8c4ab182
commit 3c75ac5f62
1 changed files with 1 additions and 0 deletions

View File

@ -430,6 +430,7 @@ Calendar={
$('#calendar_holder').fullCalendar('removeEventSource', url); $('#calendar_holder').fullCalendar('removeEventSource', url);
$('#choosecalendar_dialog').dialog('destroy').remove(); $('#choosecalendar_dialog').dialog('destroy').remove();
Calendar.UI.Calendar.overview(); Calendar.UI.Calendar.overview();
$('#calendar_holder').fullCalendar('refetchEvents');
} }
}); });
} }