Loading browser/components/torcircuit/content/torCircuitPanel.js +1 −1 Original line number Original line Diff line number Diff line Loading @@ -221,7 +221,7 @@ var gTorCircuitPanel = { * This should only be called if the toolbar button is visible. * This should only be called if the toolbar button is visible. */ */ show() { show() { this.panel.openPopup(this.toolbarButton, "bottomcenter topleft", 0, 0); this.panel.openPopup(this.toolbarButton, "bottomleft topleft", 0, 0); }, }, /** /** Loading Loading
browser/components/torcircuit/content/torCircuitPanel.js +1 −1 Original line number Original line Diff line number Diff line Loading @@ -221,7 +221,7 @@ var gTorCircuitPanel = { * This should only be called if the toolbar button is visible. * This should only be called if the toolbar button is visible. */ */ show() { show() { this.panel.openPopup(this.toolbarButton, "bottomcenter topleft", 0, 0); this.panel.openPopup(this.toolbarButton, "bottomleft topleft", 0, 0); }, }, /** /** Loading