diff --git a/phpgwapi/js/jscalendar/calendar.js b/phpgwapi/js/jscalendar/calendar.js index c20ef7eaba..865b4cdefa 100644 --- a/phpgwapi/js/jscalendar/calendar.js +++ b/phpgwapi/js/jscalendar/calendar.js @@ -284,7 +284,6 @@ Calendar.showMonthsCombo = function () { s.left = (cd.offsetLeft + cd.offsetWidth - mcw) + "px"; } s.top = (cd.offsetTop + cd.offsetHeight) + "px"; -alert('showMonthCombo()'+s.left+','+s.top); }; Calendar.showYearsCombo = function (fwd) {