From e456bec055f5cc07d83994a456d190f5b5c27e2a Mon Sep 17 00:00:00 2001 From: "mostafah%oeone.com" Date: Wed, 12 Nov 2003 18:07:01 +0000 Subject: [PATCH] Checking in patch for bug 225339: Mini month view advance month should not change selected date --- calendar/resources/content/datepicker/calendar.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/calendar/resources/content/datepicker/calendar.xml b/calendar/resources/content/datepicker/calendar.xml index dd8c670453f..57a5c1d71c3 100644 --- a/calendar/resources/content/datepicker/calendar.xml +++ b/calendar/resources/content/datepicker/calendar.xml @@ -306,12 +306,6 @@ this.showMonth(this.mEditorDate); - if (this.mSelected) { - this.mSelected.removeAttribute("selected"); - } - - this.value = this.mEditorDate; - if (this.onmonthchange) this.onmonthchange(); ]]>