diff options
Diffstat (limited to 'common/content/dactyl.js')
-rw-r--r-- | common/content/dactyl.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/content/dactyl.js b/common/content/dactyl.js index 33f3f203..c93705a7 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -39,8 +39,6 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), { styles.registerSheet("resource://dactyl-skin/dactyl.css"); - prefs.safeSet("accessibility.typeaheadfind.autostart", false); - this.cleanups = []; this.cleanups.push(util.overlayObject(window, { focusAndSelectUrlBar: function focusAndSelectUrlBar() { |