mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-28 10:35:45 +01:00
Remove some dead code and fix :rehash.
This commit is contained in:
@@ -1263,8 +1263,9 @@ var Util = Module("Util", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference]),
|
||||
services.fuel.storage.set("dactyl.commandlineArgs", args);
|
||||
this.timeout(function () {
|
||||
this.rehashing = true;
|
||||
config.addon.userDisabled = true;
|
||||
config.addon.userDisabled = false;
|
||||
let addon = config.addon;
|
||||
addon.userDisabled = true;
|
||||
addon.userDisabled = false;
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user