mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 08:12:05 +00:00
checking in alecf's masterful fix for dogfood bug #50685.
r=putterman,sspitzer a=granrose
This commit is contained in:
parent
186f59fb5b
commit
24538d74a9
@ -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);
|
||||
}
|
||||
|
||||
//
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user