Verified Commit 12803b6f 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 44402105
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -194,10 +194,6 @@ var gTorCircuitPanel = {
      .getElementById("tor-circuit-new-circuit")
      .addEventListener("command", () => {
        torbutton_new_circuit();
        // 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.