mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 00:14:14 +01:00
Closes issue #681.
This commit is contained in:
@@ -959,6 +959,7 @@ var Completion = Module("completion", {
|
||||
|
||||
if (/^about:/.test(context.filter))
|
||||
context.fork("about", 6, this, function (context) {
|
||||
context.title = ["about:"];
|
||||
context.generate = function () {
|
||||
return [[k.substr(services.ABOUT.length), ""]
|
||||
for (k in Cc)
|
||||
|
||||
Reference in New Issue
Block a user