From dca5d5479c0f828eb18c90779bd7020f08cf4faa Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sun, 8 Jul 2018 15:44:29 +0200 Subject: [PATCH] Restore pref -- enhanced tiles aren't dead yet. (without this, the newtab page is broken) --- application/palemoon/app/profile/palemoon.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application/palemoon/app/profile/palemoon.js b/application/palemoon/app/profile/palemoon.js index e128a174b8..22c4f86541 100644 --- a/application/palemoon/app/profile/palemoon.js +++ b/application/palemoon/app/profile/palemoon.js @@ -1052,6 +1052,9 @@ pref("browser.newtab.preload", false); // Toggles the content of 'about:newtab'. Shows the grid when enabled. pref("browser.newtabpage.enabled", true); +// XXX: Remove this when "enhanced" tiles are dead +pref("browser.newtabpage.enhanced", false); + // enables showing basic placeholders for missing thumbnails pref("browser.newtabpage.thumbnailPlaceholder", false);