show_loading shows progress bar, but never stops...

In IE I noticed that when the page is initially loaded it shows the progress bar, but it never goes away. If I navigate to the next year, it works fine.

I don’t see this behavior in Firefox.

Any ideas?

nvpbike.org/newcal/NewNVPCalendar.php

Hello,

IE tends to cache xml files that is why real request to the dhtmlx_schedule.php is not done and as a result loading animation is not removed during the callback (as it is not going to be called). Possible solution: force IE to update xml by adding uid to the link, e.g.

scheduler.load("dhtmlx_schedule.php?uid="+scheduler.uid());

Best regards,
Ilya