Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
Tor Browser
Commits
ce395f92
Commit
ce395f92
authored
Oct 15, 2019
by
Alex Catarineu
Committed by
Matthew Finkel
Nov 13, 2020
Browse files
Bug 32092: Fix Tor Browser Support link in preferences
parent
926b8ca1
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/components/preferences/preferences.js
View file @
ce395f92
...
...
@@ -166,10 +166,7 @@ function init_all() {
gotoPref
().
then
(()
=>
{
let
helpButton
=
document
.
getElementById
(
"
helpButton
"
);
let
helpUrl
=
Services
.
urlFormatter
.
formatURLPref
(
"
app.support.baseURL
"
)
+
"
preferences
"
;
helpButton
.
setAttribute
(
"
href
"
,
helpUrl
);
helpButton
.
setAttribute
(
"
href
"
,
"
https://support.torproject.org/tbb
"
);
document
.
getElementById
(
"
addonsButton
"
).
addEventListener
(
"
click
"
,
e
=>
{
if
(
e
.
button
>=
2
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment