summaryrefslogtreecommitdiffstats
path: root/application/palemoon/base/content/newtab/page.js
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-06-21 02:26:34 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-06-21 10:49:24 +0200
commit5d63c967f384a7641e2a2ed33f17865522cb266e (patch)
tree95f657d318b40bef93ee27665bdb036293505cf2 /application/palemoon/base/content/newtab/page.js
parent6caf73c8ce2da836cdfa307cd4ea598b020e82b8 (diff)
downloadUXP-5d63c967f384a7641e2a2ed33f17865522cb266e.tar
UXP-5d63c967f384a7641e2a2ed33f17865522cb266e.tar.gz
UXP-5d63c967f384a7641e2a2ed33f17865522cb266e.tar.lz
UXP-5d63c967f384a7641e2a2ed33f17865522cb266e.tar.xz
UXP-5d63c967f384a7641e2a2ed33f17865522cb266e.zip
Issue #517 Part 5b: Remove configuration styles + leftovers.
Diffstat (limited to 'application/palemoon/base/content/newtab/page.js')
-rw-r--r--application/palemoon/base/content/newtab/page.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/application/palemoon/base/content/newtab/page.js b/application/palemoon/base/content/newtab/page.js
index 30acf66e2..1d26176c0 100644
--- a/application/palemoon/base/content/newtab/page.js
+++ b/application/palemoon/base/content/newtab/page.js
@@ -33,9 +33,6 @@ var gPage = {
this._init();
this._updateAttributes(enabled);
-
- // Initialize customize controls.
- gCustomize.init();
},
/**
@@ -43,8 +40,6 @@ var gPage = {
*/
observe: function Page_observe(aSubject, aTopic, aData) {
if (aTopic == "nsPref:changed") {
- gCustomize.updateSelected();
-
let enabled = gAllPages.enabled;
this._updateAttributes(enabled);