mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 05:27:59 +01:00
Fix rare initialization order issue.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user