diff --git a/extensions/typeaheadfind/resources/content/prefs/typeaheadfind.js b/extensions/typeaheadfind/resources/content/prefs/typeaheadfind.js index 6d9498e1073b..755d326dd57b 100644 --- a/extensions/typeaheadfind/resources/content/prefs/typeaheadfind.js +++ b/extensions/typeaheadfind/resources/content/prefs/typeaheadfind.js @@ -36,7 +36,7 @@ * * ***** END LICENSE BLOCK ***** */ -pref("accessibility.typeaheadfind", false); +pref("accessibility.typeaheadfind", true); pref("accessibility.typeaheadfind.linksonly", true); pref("accessibility.typeaheadfind.startlinksonly", false); pref("accessibility.typeaheadfind.timeout", 5000);