From bc30e13b447993dbd9c0d1665fd8c454697418bc Mon Sep 17 00:00:00 2001 From: denise Date: Tue, 15 Oct 2013 12:53:43 -0400 Subject: [PATCH] Changed calendar js to only start fetching events after all files have been loaded --- .../public/js/airtime/schedule/full-calendar-functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); });