summaryrefslogtreecommitdiffstats
path: root/application/palemoon/app/profile
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2018-04-09 06:59:18 -0400
committerMatt A. Tobin <email@mattatobin.com>2018-04-09 06:59:18 -0400
commitf5304801acfd348abedd60918719b38e9fe0a76d (patch)
tree3a837382ce57fb40a232dcd7bcd83d8771a8ca9d /application/palemoon/app/profile
parent7e929b2bdcc389684e13600d22a9abc600c2c0e3 (diff)
downloadUXP-f5304801acfd348abedd60918719b38e9fe0a76d.tar
UXP-f5304801acfd348abedd60918719b38e9fe0a76d.tar.gz
UXP-f5304801acfd348abedd60918719b38e9fe0a76d.tar.lz
UXP-f5304801acfd348abedd60918719b38e9fe0a76d.tar.xz
UXP-f5304801acfd348abedd60918719b38e9fe0a76d.zip
[PALEMOON] Add an expected pref browser.newtabpage.enhanced
Diffstat (limited to 'application/palemoon/app/profile')
-rw-r--r--application/palemoon/app/profile/palemoon.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/application/palemoon/app/profile/palemoon.js b/application/palemoon/app/profile/palemoon.js
index 7338a83a2..ee4a95d38 100644
--- a/application/palemoon/app/profile/palemoon.js
+++ b/application/palemoon/app/profile/palemoon.js
@@ -1036,6 +1036,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);
+
// number of columns of newtab grid
pref("browser.newtabpage.columns", 4);