summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-01-16 01:56:19 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-01-16 01:56:19 +0100
commit7de4f3943f44f122f02086b61b926e21b8d507a5 (patch)
treeb3a76dbafbcdb12d892ef072099b9c6de09c11c7
parentc4345a2f2e400c6449ce9c94bcdb186bb30e40fa (diff)
downloaduxp-7de4f3943f44f122f02086b61b926e21b8d507a5.tar.gz
Add matching browser.newtab.choice pref to prevent error.
-rw-r--r--application/palemoon/app/profile/palemoon.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/application/palemoon/app/profile/palemoon.js b/application/palemoon/app/profile/palemoon.js
index 7a38edc564..9a6a9fdc99 100644
--- a/application/palemoon/app/profile/palemoon.js
+++ b/application/palemoon/app/profile/palemoon.js
@@ -1072,6 +1072,8 @@ pref("prompts.tab_modal.focusSwitch", true);
// Defines the url to be used for new tabs.
pref("browser.newtab.url", "about:logopage");
+pref("browser.newtab.choice", 1);
+
// Activates preloading of the new tab url.
pref("browser.newtab.preload", false);