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:
bugzilla%babylonsounds.com
2008-02-24 09:46:21 +00:00
parent 372b959707
commit 2193c9ba66

View File

@@ -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");