summaryrefslogtreecommitdiffstats
path: root/application/palemoon/base/content/newtab/page.js
diff options
context:
space:
mode:
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);