From cdace870deb4e82347855509c0e9d7cdd613dea4 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sun, 8 Jul 2018 15:44:29 +0200 Subject: 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(+) (limited to 'application') diff --git a/application/palemoon/app/profile/palemoon.js b/application/palemoon/app/profile/palemoon.js index e128a174b..22c4f8654 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); -- cgit v1.2.3