зеркало из https://github.com/mozilla/pjs.git
for real this time. still bug 289803 and still npotb
This commit is contained in:
Родитель
6fc69c3276
Коммит
94d8d0d8fe
|
@ -427,7 +427,7 @@ function loadCalendarEventDialog()
|
|||
// compare cal.uri because there may be multiple instances of
|
||||
// calICalendar or uri for the same spec, and those instances are
|
||||
// not ==.
|
||||
if (eventCalendar && event.parent.uri.equals(calendars[i].uri))
|
||||
if (eventCalendar && eventCalendar.uri.equals(calendars[i].uri))
|
||||
calendarField.selectedIndex = i;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче