diff options
author | adeshkp <adeshkp@users.noreply.github.com> | 2019-05-25 11:21:55 -0400 |
---|---|---|
committer | adeshkp <adeshkp@users.noreply.github.com> | 2019-05-25 11:21:55 -0400 |
commit | 73d1087fce186a8932db294866306f10ab01059b (patch) | |
tree | 7c94740bed2f35283429a528b68fd0a9a9a7a9d5 /application/basilisk/app/profile/basilisk.js | |
parent | 1eca3c3a6306e33efe3c18ce60e91d2a71095c56 (diff) | |
download | UXP-73d1087fce186a8932db294866306f10ab01059b.tar UXP-73d1087fce186a8932db294866306f10ab01059b.tar.gz UXP-73d1087fce186a8932db294866306f10ab01059b.tar.lz UXP-73d1087fce186a8932db294866306f10ab01059b.tar.xz UXP-73d1087fce186a8932db294866306f10ab01059b.zip |
Issue #246 - Remove more of compact mode and newtab junk from Basilisk
Diffstat (limited to 'application/basilisk/app/profile/basilisk.js')
-rw-r--r-- | application/basilisk/app/profile/basilisk.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/application/basilisk/app/profile/basilisk.js b/application/basilisk/app/profile/basilisk.js index c7b2852dd..c229f3523 100644 --- a/application/basilisk/app/profile/basilisk.js +++ b/application/basilisk/app/profile/basilisk.js @@ -1040,12 +1040,6 @@ pref("browser.newtabpage.introShown", false); // Toggles the content of 'about:newtab'. Shows the grid when enabled. pref("browser.newtabpage.enabled", true); -// Toggles the enhanced content of 'about:newtab'. Shows sponsored tiles. -sticky_pref("browser.newtabpage.enhanced", false); - -// enables Activity Stream inspired layout -pref("browser.newtabpage.compact", false); - // Disables capturing of page thumbnails pref("browser.pagethumbnails.capturing_disabled", false); |