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
afe22acb
Commit
afe22acb
authored
Oct 15, 2019
by
Alex Catarineu
Committed by
Matthew Finkel
Feb 05, 2021
Browse files
Bug 32092: Fix Tor Browser Support link in preferences
parent
d0efd661
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/components/preferences/preferences.js
View file @
afe22acb
...
...
@@ -121,10 +121,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