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:
ben%netscape.com 2000-08-24 04:48:46 +00:00
parent c19007da6e
commit f13103cf9a

View File

@ -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 );
}
},