Double calendra crash IE7

hello, i’ve just found this issue

when calling tje constructor like this



var mCal = new dhtmlxDblCalendarObject(‘calContainer’, true, {

isYearEditable: true,

isMonthEditable: true

});



IE Crashes



but when setting the second parameters to false



var mCal = new dhtmlxDblCalendarObject(‘calContainer’, false, {

isYearEditable: true,

isMonthEditable: true

});



everything works fine.



John

Problem fixed. Please replace your dhtmlxcalendar.js with attached one.

dhtmlxcalendar.js.zip (12.1 KB)