Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
torbutton
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
The Tor Project
Applications
torbutton
Merge requests
!87
Bug 41023: Update manual URLs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Bug 41023: Update manual URLs
pierov/torbutton:bug_41023
into
master
Overview
2
Commits
1
Changes
2
Merged
Pier Angelo Vendrame
requested to merge
pierov/torbutton:bug_41023
into
master
2 years ago
Overview
2
Commits
1
Changes
2
Expand
Updated
about:tor
to link to the offline manual.
Part of
tor-browser#41023 (closed)
.
Edited
2 years ago
by
Pier Angelo Vendrame
0
0
Merge request reports
Compare
master
version 1
2ce6829b
2 years ago
master (base)
and
latest version
latest version
8f25518a
1 commit,
2 years ago
version 1
2ce6829b
1 commit,
2 years ago
2 files
+
2
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
chrome/content/aboutTor/aboutTor-content.js
+
1
−
3
Options
@@ -111,9 +111,7 @@ var AboutTorListener = {
},
onLocaleChange
:
function
(
aLocale
)
{
// Set localized Tor Browser manual and "Get Involved" links.
content
.
document
.
getElementById
(
"
manualLink
"
).
href
=
"
https://tb-manual.torproject.org/
"
+
aLocale
;
// Set localized "Get Involved" link.
content
.
document
.
getElementById
(
"
getInvolvedLink
"
).
href
=
"
https://community.torproject.org/
"
+
aLocale
;
Loading