Changed calendar js to only start fetching events after all files have been loaded
This commit is contained in:
parent
7341aa5815
commit
bc30e13b44
1 changed files with 1 additions and 1 deletions
|
@ -586,8 +586,8 @@ function alertShowErrorAndReload(){
|
|||
window.location.reload();
|
||||
}
|
||||
|
||||
preloadEventFeed();
|
||||
$(document).ready(function(){
|
||||
preloadEventFeed();
|
||||
checkSCUploadStatus();
|
||||
getCurrentShow();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue