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
parent 62c2cf947b
commit e790a03a6a

View File

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