From e082160a21f7e447ef717d3ef61829301e01a8fe Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Thu, 18 Dec 2008 13:59:59 -0500 Subject: [PATCH] Don't anchor help completions. --- common/content/completion.js | 1 + 1 file changed, 1 insertion(+) diff --git a/common/content/completion.js b/common/content/completion.js index f008e7ff..bf4a9622 100644 --- a/common/content/completion.js +++ b/common/content/completion.js @@ -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) {