Verified Commit 03e5e6c8 authored by henry's avatar henry Committed by Pier Angelo Vendrame
Browse files

fixup! Bug 41600: Add a tor circuit display panel.

Bug 41851: Keep circuit panel open when requesting a new circuit.
parent 4b9d7256
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -193,10 +193,6 @@ var gTorCircuitPanel = {
      .getElementById("tor-circuit-new-circuit")
      .addEventListener("command", () => {
        TorDomainIsolator.newCircuitForBrowser(gBrowser);
        // And hide.
        // NOTE: focus should return to the toolbar button, which we expect to
        // remain visible during reload.
        this.hide();
      });

    // Update the display just before opening.