mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 13:22:28 +01:00
Some completion fixes
This commit is contained in:
@@ -1269,8 +1269,7 @@ function Buffer() //{{{
|
||||
let title = content.document.title || "[No Title]";
|
||||
|
||||
let info = template.map("gf", function (opt)
|
||||
template.map(pageInfo[opt][0](),
|
||||
function (val) val, ", "),
|
||||
template.map(pageInfo[opt][0](), util.identity, ", "),
|
||||
", ");
|
||||
|
||||
if (bookmarks.isBookmarked(this.URL))
|
||||
|
||||
Reference in New Issue
Block a user