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
Matthew Finkel
torbutton
Commits
a9cab0f3
Commit
a9cab0f3
authored
Sep 30, 2010
by
Mike Perry
Browse files
Bug 1941: Fix selection for search radiobutton.
parent
d665878e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/chrome/content/preferences.js
View file @
a9cab0f3
...
...
@@ -290,6 +290,10 @@ function torbutton_prefs_init(doc) {
doc
.
getElementById
(
"
torbutton_searchEngine
"
).
selectedItem
=
doc
.
getElementById
(
'
torbutton_engine4
'
);
break
;
case
5
:
doc
.
getElementById
(
"
torbutton_searchEngine
"
).
selectedItem
=
doc
.
getElementById
(
'
torbutton_engine5
'
);
break
;
}
doc
.
getElementById
(
'
torbutton_noCaptcha
'
).
checked
=
o_torprefs
.
getBoolPref
(
'
dodge_google_captcha
'
);
...
...
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