mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-22 18:32:00 +00:00
fix for 45587, patch from mj@digicool.com. Fixes subtle idiosyncracy in pref window treeview.
This commit is contained in:
parent
92ad0ae5b0
commit
cf67bb49bf
@ -265,10 +265,10 @@ nsPrefWindow.prototype =
|
||||
{
|
||||
document.getElementById( this.contentFrame ).setAttribute( "src", newURL );
|
||||
if( !newTag )
|
||||
{
|
||||
document.getElementById( this.contentFrame ).removeAttribute( "tag" );
|
||||
else
|
||||
document.getElementById( this.contentFrame ).setAttribute( "tag", newTag );
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
onpageload:
|
||||
|
Loading…
x
Reference in New Issue
Block a user