Bug 30088. Finishing checkin by turning on pref for type ahead find in default build. r=akkana, sr=jst

This commit is contained in:
aaronl%netscape.com 2002-08-27 06:00:13 +00:00
Родитель 0d21a5ecab
Коммит 0b0d06e121
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);