зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
618abc851a
Коммит
d3e9d9cd02
|
@ -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");
|
||||
|
|
Загрузка…
Ссылка в новой задаче