fix for 45587, patch from mj@digicool.com. Fixes subtle idiosyncracy in pref window treeview.
git-svn-id: svn://10.0.0.236/trunk@77057 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
c19007da6e
commit
f13103cf9a
@ -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