Closed GoogleCodeExporter closed 9 years ago
Not sure if this is the proper way to fix it, but this resolved the issue:
changed jQuery.J.Initialize function
added :
jQuery(".Event", jQuery(ids.container)).remove();
before
calendarEvents = events;
And everything seems to be working normally. It's now clearing the events before
re-adding them... I suppose this should be fine under the initialize function?
If
not, hopefully this is a step in the right direction..
Original comment by srabo...@gmail.com
on 28 Apr 2009 at 9:02
Hmm, that is a good safety check. I added jQuery.J.ClearEventsOnCalendar();
before
the array is set on initialize to remove any rouge events. Same this as
removing all
Event blocks.
Original comment by k.leneau@gmail.com
on 15 Jun 2009 at 4:05
Original issue reported on code.google.com by
srabo...@gmail.com
on 28 Apr 2009 at 8:20