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
Родитель 2106dbbe55
Коммит 41e4b9bd72
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

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