checking in alecf's masterful fix for dogfood bug #50685.

r=putterman,sspitzer a=granrose
This commit is contained in:
sspitzer%netscape.com 2000-09-01 17:25:01 +00:00
parent 186f59fb5b
commit 24538d74a9
2 changed files with 2 additions and 2 deletions

View File

@ -427,7 +427,7 @@ function onPanelLoaded(pageId) {
function loadPage(pageId)
{
frames["contentFrame"].location = "chrome://messenger/content/" + pageId;
document.getElementById("contentFrame").setAttribute("src","chrome://messenger/content/" + pageId);
}
//

View File

@ -58,7 +58,7 @@
</box>
</box>
<spring style="width: 5px"/>
<iframe name="contentFrame" flex="6" style="width: 0px"/>
<iframe id="contentFrame" name="contentFrame" flex="6" style="width: 0px"/>
</box>
<box id="okCancelButtonsRight"/>
</window>