1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 22:22:27 +01:00

Don't anchor help completions.

This commit is contained in:
Kris Maglione
2008-12-18 13:59:59 -05:00
parent 0841a01e15
commit e082160a21

View File

@@ -1374,6 +1374,7 @@ function Completion() //{{{
help: function help(context) help: function help(context)
{ {
context.title = ["Help"]; context.title = ["Help"];
context.anchored = false;
context.generate = function () context.generate = function ()
{ {
let res = config.helpFiles.map(function (file) { let res = config.helpFiles.map(function (file) {