killed debug message left in source

This commit is contained in:
Ralf Becker 2004-07-07 15:00:28 +00:00
parent 560c9abb29
commit bd8b16249b

View File

@ -284,7 +284,6 @@ Calendar.showMonthsCombo = function () {
s.left = (cd.offsetLeft + cd.offsetWidth - mcw) + "px"; s.left = (cd.offsetLeft + cd.offsetWidth - mcw) + "px";
} }
s.top = (cd.offsetTop + cd.offsetHeight) + "px"; s.top = (cd.offsetTop + cd.offsetHeight) + "px";
alert('showMonthCombo()'+s.left+','+s.top);
}; };
Calendar.showYearsCombo = function (fwd) { Calendar.showYearsCombo = function (fwd) {