mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-09 15:44:14 +01:00
Fix extension completion bug.
This commit is contained in:
@@ -455,8 +455,8 @@ var Addons = Module("addons", {
|
||||
context.title = ["Extension"];
|
||||
context.anchored = false;
|
||||
context.keys = { text: "name", description: "description", icon: "iconURL" },
|
||||
context.incomplete = true;
|
||||
context.generate = function () {
|
||||
context.incomplete = true;
|
||||
AddonManager.getAddonsByTypes(types || ["extension"], function (addons) {
|
||||
context.incomplete = false;
|
||||
context.completions = addons;
|
||||
|
||||
Reference in New Issue
Block a user