Forgot my own review comment for Bug 324417 :-(

This commit is contained in:
jminta%gmail.com 2006-01-29 03:37:18 +00:00
Родитель 061e0a8ebe
Коммит 0b03536618
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -158,7 +158,7 @@ function goToToday()
// set the current date in the minimonth control;
// note, that the current view in the calendar-view-box is automatically updated
var currentDay = today();
document.getElementById( "ltnMinimonth" ).value = currentDay.jsDate;
document.getElementById("ltnMinimonth").value = currentDay.jsDate;
}
function selectedCalendarPane(event)