зеркало из https://github.com/mozilla/gecko-dev.git
Bug 264102 Chrome should use document.title instead of window.title - sroaming fixes
p=me r=ben.bucksch
This commit is contained in:
Родитель
04d4e14d2d
Коммит
e75f78361a
|
@ -78,7 +78,7 @@ function Startup()
|
|||
return;
|
||||
}
|
||||
|
||||
window.title = GetString("TransferProgressCaption");
|
||||
document.title = GetString("TransferProgressCaption");
|
||||
|
||||
var directionString = gTransfer.download
|
||||
? GetString("TransferFromSite")
|
||||
|
|
Загрузка…
Ссылка в новой задаче