зеркало из https://github.com/mozilla/pjs.git
Bug 264102 Chrome should use document.title instead of window.title - toolkit fixes p=me r=vladimir
This commit is contained in:
Родитель
dcafb217c7
Коммит
6ac2340944
|
@ -397,7 +397,7 @@
|
|||
newTitle += sep;
|
||||
}
|
||||
newTitle += modifier;
|
||||
window.title = newTitle;
|
||||
this.ownerDocument.title = newTitle;
|
||||
]]>
|
||||
</body>
|
||||
</method>
|
||||
|
|
Загрузка…
Ссылка в новой задаче