diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-06-21 12:13:12 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-06-21 12:13:12 +0200 |
commit | b3fd353723ef4b9a180c363f457e2582ff665ca1 (patch) | |
tree | 527dac2cac246c8ae1bf1b44b690b75f0cc9730d /application/palemoon/base/content/newtab/newTab.js | |
parent | 072b81e0a5d4ea4dedc9ae98632a49b7cb4c24ef (diff) | |
download | UXP-b3fd353723ef4b9a180c363f457e2582ff665ca1.tar UXP-b3fd353723ef4b9a180c363f457e2582ff665ca1.tar.gz UXP-b3fd353723ef4b9a180c363f457e2582ff665ca1.tar.lz UXP-b3fd353723ef4b9a180c363f457e2582ff665ca1.tar.xz UXP-b3fd353723ef4b9a180c363f457e2582ff665ca1.zip |
Issue #517 Part 7: Remove enhanced/sponsored links styling and page code
Diffstat (limited to 'application/palemoon/base/content/newtab/newTab.js')
-rw-r--r-- | application/palemoon/base/content/newtab/newTab.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/application/palemoon/base/content/newtab/newTab.js b/application/palemoon/base/content/newtab/newTab.js index 52feec304..0022f21bb 100644 --- a/application/palemoon/base/content/newtab/newTab.js +++ b/application/palemoon/base/content/newtab/newTab.js @@ -11,7 +11,6 @@ Cu.import("resource://gre/modules/XPCOMUtils.jsm"); Cu.import("resource://gre/modules/Services.jsm"); Cu.import("resource://gre/modules/PageThumbs.jsm"); Cu.import("resource://gre/modules/BackgroundPageThumbs.jsm"); -// Cu.import("resource:///modules/DirectoryLinksProvider.jsm"); Cu.import("resource://gre/modules/NewTabUtils.jsm"); XPCOMUtils.defineLazyModuleGetter(this, "Rect", |