Andrew
Andrew
Thanks, fixed my issue. ``` if (_this.view == 'days') { if ((date.getFullYear() != d.year || date.getMonth() != d.month) && opts.moveToOtherMonthsOnSelect) { newDate = new Date(date.getFullYear(), date.getMonth(), 1); } } ```
From what I can see it's triggering some custom handlers and passing over the XML data to the custom handler. I.e. if you wanted to do something at the beginning...
I've managed to resolve the issue. The issue only seems to affect Firefox. I've tested Chrome and I.E and they seem to be unaffected. Taconite processes nodes. If the node...