mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-23 16:35:46 +01:00
Remove some redundant version-specific code.
This commit is contained in:
@@ -110,7 +110,6 @@ var actions = {
|
||||
name: "extr[ehash]",
|
||||
description: "Reload an extension",
|
||||
action: function (addon) {
|
||||
util.assert(config.haveGecko("2b"), _("command.notUseful", config.host));
|
||||
util.flushCache();
|
||||
util.timeout(function () {
|
||||
addon.userDisabled = true;
|
||||
|
||||
Reference in New Issue
Block a user