Skip to content
Snippets Groups Projects
Verified Commit ec7b6520 authored by henry's avatar henry Committed by Pier Angelo Vendrame
Browse files

fixup! Bug 27476: Implement about:torconnect captive portal within Tor Browser

Fix the offline error handler.
parent 686fb7e7
Branches
Tags
1 merge request!968Draft: Bug 42479: Improve TorConnect error handling
......@@ -558,10 +558,10 @@ class AboutTorConnect {
}
}
showOffline(error) {
showOffline(state) {
this.setTitle(TorStrings.torConnect.noInternet, "offline");
this.setLongText(TorStrings.torConnect.noInternetDescription);
this.setProgress(error, false);
this.setProgress(this.getMaybeLocalizedError(state), false);
this.setBreadcrumbsStatus(
BreadcrumbStatus.Default,
BreadcrumbStatus.Active,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment