Bug 414821 - Timezone dialog throws error output when timezone of OS doesn't fit to lightning timezone, patch by ssitter, r=philipp

This commit is contained in:
bugzilla%babylonsounds.com 2008-02-24 09:46:12 +00:00
Родитель 618abc851a
Коммит d3e9d9cd02
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -45,6 +45,9 @@ function onLoad() {
if (index < 0) {
tzname = timezoneString(calendarDefaultTimezone().tzid);
index = findTimezone(tzname);
if (index < 0) {
index = 0;
}
}
var menulist = document.getElementById("timezone-menulist");