зеркало из https://github.com/mozilla/gecko-dev.git
Bug 721389 - New Tab Page doesn't retain zoom level r=ttaubert
This commit is contained in:
Родитель
7eeecf37c0
Коммит
83637b525c
|
@ -225,7 +225,7 @@ var FullZoom = {
|
|||
return;
|
||||
|
||||
// Avoid the cps roundtrip and apply the default/global pref.
|
||||
if (isBlankPageURL(aURI.spec)) {
|
||||
if (aURI.spec == "about:blank") {
|
||||
this._applyPrefToSetting(undefined, aBrowser);
|
||||
return;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче