Verified Commit 7d67e612 authored by Alex Catarineu's avatar Alex Catarineu Committed by Pier Angelo Vendrame
Browse files

Bug 32092: Fix Tor Browser Support link in preferences

parent a2f54b9d
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -253,10 +253,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", e => {
      if (e.button >= 2) {