Bug 721389 - New Tab Page doesn't retain zoom level r=ttaubert

This commit is contained in:
Bellindira Castillo [:bellindira] 2012-04-25 13:50:09 -06:00
Родитель 7eeecf37c0
Коммит 83637b525c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;
}