CC-5221
Don't refresh Calendar after closing add/remove popup
This commit is contained in:
parent
deecc9db7b
commit
93192853d5
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ var AIRTIME = (function(AIRTIME){
|
|||
var serverTimezoneOffset = 0;
|
||||
|
||||
function closeDialogCalendar(event, ui) {
|
||||
$("#schedule_calendar").fullCalendar( 'refetchEvents' );
|
||||
//$("#schedule_calendar").fullCalendar( 'refetchEvents' );
|
||||
$(this).remove();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue