diff options
Diffstat (limited to 'components/privatebrowsing/content/aboutPrivateBrowsing.js')
-rw-r--r-- | components/privatebrowsing/content/aboutPrivateBrowsing.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/privatebrowsing/content/aboutPrivateBrowsing.js b/components/privatebrowsing/content/aboutPrivateBrowsing.js index 7fafcc5..055bf68 100644 --- a/components/privatebrowsing/content/aboutPrivateBrowsing.js +++ b/components/privatebrowsing/content/aboutPrivateBrowsing.js @@ -66,8 +66,6 @@ document.addEventListener("DOMContentLoaded", function () { let formatURLPref = Cc["@mozilla.org/toolkit/URLFormatterService;1"] .getService(Ci.nsIURLFormatter).formatURLPref; - document.getElementById("learnMore").setAttribute("href", - formatURLPref("app.support.baseURL") + "private-browsing"); // Update state that depends on preferences. prefObserver.observe(); |