mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-22 02:09:28 +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,9 +265,9 @@ nsPrefWindow.prototype =
|
||||
{
|
||||
document.getElementById( this.contentFrame ).setAttribute( "src", newURL );
|
||||
if( !newTag )
|
||||
{
|
||||
document.getElementById( this.contentFrame ).setAttribute( "tag", newTag );
|
||||
}
|
||||
document.getElementById( this.contentFrame ).removeAttribute( "tag" );
|
||||
else
|
||||
document.getElementById( this.contentFrame ).setAttribute( "tag", newTag );
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user