Getting this error when clicking the calendar icon. No calendar opens and the 'undefined' is null or not an object error appears :(

Quite hard for me to debug, since it says "Line 15, Char 28949" :O
Works fine with 2.0.0.9 FireFox - also tried the 5.x-1.x-dev version and didn't help..

Comments

tormu’s picture

Title: 'undefined' is null or not an object - IE6 » Javascript error on Internet Explorer: 'undefined' is null or not an object

I also tested with IE7, and the same problem exists - can't open the Calendar view at all :(

tormu’s picture

Got a debug tool, which shows the error to be on jscalendar/lib/calendar_stripped.js
The part it hilights is if(weekend.indexOf(realday.toString())!=-1)
Confused about what's causing it - any ideas?