зеркало из https://github.com/mozilla/pjs.git
fix for 45587, patch from mj@digicool.com. Fixes subtle idiosyncracy in pref window treeview.
This commit is contained in:
Родитель
2106dbbe55
Коммит
41e4b9bd72
|
@ -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 );
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче