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:
scott%scott-macgregor.org 2003-12-14 22:55:44 +00:00
parent 2eeb33ce37
commit 1f8d3770ad

View File

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