Checking in patch for bug 225339: Mini month view advance month should not change selected date

This commit is contained in:
mostafah%oeone.com 2003-11-12 18:07:01 +00:00
Родитель ad5ecb286c
Коммит e456bec055
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -306,12 +306,6 @@
this.showMonth(this.mEditorDate);
if (this.mSelected) {
this.mSelected.removeAttribute("selected");
}
this.value = this.mEditorDate;
if (this.onmonthchange) this.onmonthchange();
]]></body>