Bug 30088. Turning of type ahead pref again because of regressions. See bug.

This commit is contained in:
aaronl%netscape.com 2002-09-03 06:34:41 +00:00
Родитель a5b4e1d508
Коммит 3ef82657b5
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -36,7 +36,7 @@
* *
* ***** END LICENSE BLOCK ***** */ * ***** END LICENSE BLOCK ***** */
pref("accessibility.typeaheadfind", true); pref("accessibility.typeaheadfind", false);
pref("accessibility.typeaheadfind.linksonly", true); pref("accessibility.typeaheadfind.linksonly", true);
pref("accessibility.typeaheadfind.startlinksonly", false); pref("accessibility.typeaheadfind.startlinksonly", false);
pref("accessibility.typeaheadfind.timeout", 5000); pref("accessibility.typeaheadfind.timeout", 5000);