| Issue 761: | Never stops "loading" for empty January month | |
| 1 person starred this issue and may be notified of changes. | Back to list |
I'm passing a data source for the calendar using a JSON feed.
However, the loading event never completes on January month, if there are no events in this month. Yes only for January...
This is the data i pass when the array does not contain any events:
[ {title: '14',start: new Date(2000,m,14),end:new Date(2000,m,14),className: 'otherMonth'} ]
Any tips?
Thanks!
Jan 7, 2011
This issue may be closed as i have found what was causing this one to fail. The data source i was using, initially loaded january as '00' instead of '01', this caused fullcalendar to fail on the "Loading" even though it had the correct data loaded a second later. Perhaps add a check in the code for fullcalendar on invalid data returned or similar?
Jan 12, 2011
(No comment was entered for this change.)
Status:
Done
|
|
| ► Sign in to add a comment |
Status: Reproducing