Fixing so that selected calendar is selected in new event dialog.

This commit is contained in:
mikep%oeone.com 2003-01-03 20:32:15 +00:00
Родитель a6f4446e42
Коммит a9f8f1a218
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -575,7 +575,7 @@ function newEvent( startDate, endDate )
if( selectedCalendarItem )
{
server = selectedCalendarItem.calendarPath;
server = selectedCalendarItem.getAttribute( "calendarPath" );
}
editNewEvent( calendarEvent, server );