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
db50d1c6
Verified
Commit
db50d1c6
authored
Oct 15, 2019
by
Alex Catarineu
Committed by
Richard Pospesel
Apr 27, 2022
Browse files
Bug 32092: Fix Tor Browser Support link in preferences
parent
44f5162c
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/components/preferences/preferences.js
View file @
db50d1c6
...
...
@@ -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