1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 10:57:58 +01:00

Don't anchor help completions.

This commit is contained in:
Kris Maglione
2008-12-18 13:59:59 -05:00
parent 50f73844c8
commit ac0b476988

View File

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