Skip to content
GitLab
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
980b2283
Commit
980b2283
authored
Oct 15, 2019
by
Alex Catarineu
Committed by
Matthew Finkel
May 04, 2021
Browse files
Bug 32092: Fix Tor Browser Support link in preferences
parent
59c4c25b
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/components/preferences/preferences.js
View file @
980b2283
...
...
@@ -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
.
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