fix for 45587, patch from mj@digicool.com. Fixes subtle idiosyncracy in pref window treeview.

This commit is contained in:
ben%netscape.com 2006-05-17 02:25:16 +00:00
parent 92ad0ae5b0
commit cf67bb49bf

View File

@ -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: