mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 06:34:12 +01:00
Unbreak :se! completion.
This commit is contained in:
@@ -1651,7 +1651,7 @@ function Completion() //{{{
|
||||
context.anchored = false;
|
||||
context.title = ["Firefox Preference", "Value"];
|
||||
context.keys = { text: function (item) item, description: function (item) options.getPref(item) };
|
||||
context.completions = service["prefs"].getChildList("", { value: 0 });
|
||||
context.completions = service["pref"].getChildList("", { value: 0 });
|
||||
},
|
||||
|
||||
search: function search(context, noSuggest)
|
||||
|
||||
Reference in New Issue
Block a user