Changed calendar js to only start fetching events after all files have been loaded

This commit is contained in:
denise 2013-10-15 12:53:43 -04:00
parent 7341aa5815
commit bc30e13b44
1 changed files with 1 additions and 1 deletions

View File

@ -586,8 +586,8 @@ function alertShowErrorAndReload(){
window.location.reload();
}
preloadEventFeed();
$(document).ready(function(){
preloadEventFeed();
checkSCUploadStatus();
getCurrentShow();
});