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

Run complete.help in the foreground

This commit is contained in:
Kris Maglione
2008-11-26 20:59:49 +00:00
parent c18faf9d58
commit a19f3d78ab

View File

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