diff --git a/airtime_mvc/public/js/airtime/schedule/full-calendar-functions.js b/airtime_mvc/public/js/airtime/schedule/full-calendar-functions.js index 053df0362..53b725dd6 100644 --- a/airtime_mvc/public/js/airtime/schedule/full-calendar-functions.js +++ b/airtime_mvc/public/js/airtime/schedule/full-calendar-functions.js @@ -586,8 +586,8 @@ function alertShowErrorAndReload(){ window.location.reload(); } -preloadEventFeed(); $(document).ready(function(){ + preloadEventFeed(); checkSCUploadStatus(); getCurrentShow(); });