mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 17:59:34 +00:00
Part of Bug #218997...fix a JS error in thunderbird with a phoenix if def. thanks to mbr for the patch
This commit is contained in:
parent
2eeb33ce37
commit
1f8d3770ad
@ -159,8 +159,10 @@ function Startup()
|
||||
var showFolder = document.getElementById("showFolder");
|
||||
showFolder.parentNode.insertBefore(downloadFolderList, showFolder);
|
||||
downloadFolderList.hidden = false;
|
||||
|
||||
|
||||
#ifdef MOZ_PHOENIX
|
||||
toggleDMPrefUI(document.getElementById("showWhenStarting"));
|
||||
#endif
|
||||
|
||||
setTimeout("postStart()", 0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user