On my team website: http://www.berzerkers.org, head over to the Schedule. The calendar is supposed to have a few events listed - it works fine in Firefox, Chrome and Safari - but not in IE...what is the issue? I don't know what to do. Any help would be greatly appreciated! :)
|
|
Wherever you data is being generated from, there's an empty array element at the end of the events array:
Notice the ,] at the end. This is causing IE to throw an error when it tries to parse it. |
||
|
|
