mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 09:48:00 +01:00
Get rid of template.map overloading, add standard "usage" template for ex/vi/option
This commit is contained in:
@@ -1558,8 +1558,9 @@ liberator.Buffer = function () //{{{
|
||||
let file = content.document.location.pathname.split("/").pop() || "[No Name]";
|
||||
let title = content.document.title || "[No Title]";
|
||||
|
||||
let info = liberator.template.map("gf",
|
||||
function (opt) liberator.template.map(pageInfo[opt][0](), function (val) val, ", "),
|
||||
let info = liberator.template.map("gf", function (opt)
|
||||
liberator.template.map(pageInfo[opt][0](),
|
||||
function (val) val, ", "),
|
||||
", ");
|
||||
|
||||
if (liberator.bookmarks.isBookmarked(this.URL))
|
||||
|
||||
Reference in New Issue
Block a user