Changed calendar js to only start fetching events after all files have been loaded
This commit is contained in:
parent
7341aa5815
commit
bc30e13b44
|
@ -586,8 +586,8 @@ function alertShowErrorAndReload(){
|
|||
window.location.reload();
|
||||
}
|
||||
|
||||
preloadEventFeed();
|
||||
$(document).ready(function(){
|
||||
preloadEventFeed();
|
||||
checkSCUploadStatus();
|
||||
getCurrentShow();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue