Loading browser/components/torconnect/content/aboutTorConnect.js +8 −1 Original line number Diff line number Diff line Loading @@ -145,6 +145,7 @@ class AboutTorConnect { allowAutomaticLocation: true, selectedLocation: "automatic", bootstrapCause: UIStates.ConnectToTor, bootstrapEverAttempted: false, }; locations = {}; Loading Loading @@ -499,7 +500,13 @@ class AboutTorConnect { this.setTitle(title, ""); this.showConfigureConnectionLink(description); this.setProgress("", showProgressbar, state.BootstrapProgress); if (this.uiState.bootstrapEverAttempted) { this.setBreadcrumbsStatus(...breadcrumbs); } else { this.hideBreadcrumbs(); this.uiState.bootstrapEverAttempted = true; this.saveUIState(); } this.hideButtons(); if (state.ShowViewLog) { this.show(this.elements.viewLogContainer); Loading Loading
browser/components/torconnect/content/aboutTorConnect.js +8 −1 Original line number Diff line number Diff line Loading @@ -145,6 +145,7 @@ class AboutTorConnect { allowAutomaticLocation: true, selectedLocation: "automatic", bootstrapCause: UIStates.ConnectToTor, bootstrapEverAttempted: false, }; locations = {}; Loading Loading @@ -499,7 +500,13 @@ class AboutTorConnect { this.setTitle(title, ""); this.showConfigureConnectionLink(description); this.setProgress("", showProgressbar, state.BootstrapProgress); if (this.uiState.bootstrapEverAttempted) { this.setBreadcrumbsStatus(...breadcrumbs); } else { this.hideBreadcrumbs(); this.uiState.bootstrapEverAttempted = true; this.saveUIState(); } this.hideButtons(); if (state.ShowViewLog) { this.show(this.elements.viewLogContainer); Loading