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