Bug 414821 - Timezone dialog throws error output when timezone of OS doesn't fit to lightning timezone, patch by ssitter, r=philipp
git-svn-id: svn://10.0.0.236/trunk@246409 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user