Commit 7cce053f authored by Alex Catarineu's avatar Alex Catarineu Committed by Matthew Finkel
Browse files

Bug 32092: Fix Tor Browser Support link in preferences

parent db50093a
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -122,10 +122,7 @@ function init_all() {

  gotoPref().then(() => {
    let helpButton = document.getElementById("helpButton");
    let helpUrl =
      Services.urlFormatter.formatURLPref("app.support.baseURL") +
      "preferences";
    helpButton.setAttribute("href", helpUrl);
    helpButton.setAttribute("href", "https://support.torproject.org/tbb");

    document.getElementById("addonsButton").addEventListener("click", () => {
      let mainWindow = window.docShell.rootTreeItem.domWindow;