CC-5398 : "Add Show" does not update calender "orange" progress bar immediately showing content is added until refresh page or different view.

This commit is contained in:
Naomi 2013-10-11 11:53:53 -04:00
parent 4c331aa955
commit 5defb12430

View file

@ -13,8 +13,13 @@ var AIRTIME = (function(AIRTIME){
var serverTimezoneOffset = 0;
function closeDialogCalendar(event, ui) {
//$("#schedule_calendar").fullCalendar( 'refetchEvents' );
$(this).remove();
$el = $(this);
$el.dialog('destroy');
$el.remove();
//need to refetch the events to update scheduled status.
$("#schedule_calendar").fullCalendar( 'refetchEvents' );
}
function checkShowLength(json) {