Commit 55f67562 authored by Alex Catarineu's avatar Alex Catarineu Committed by Matthew Finkel
Browse files

Bug 32092: Fix Tor Browser Support link in preferences

parent 14540709
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -121,10 +121,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) {