mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-16 13:35:46 +01:00
Fix :bmarks -tags
This commit is contained in:
@@ -419,7 +419,7 @@ function Bookmarks() //{{{
|
|||||||
get format() ({
|
get format() ({
|
||||||
anchored: false,
|
anchored: false,
|
||||||
title: ["URL", "Info"],
|
title: ["URL", "Info"],
|
||||||
keys: { text: "url", description: "title", icon: "icon", extra: "extra" },
|
keys: { text: "url", description: "title", icon: "icon", extra: "extra", tags: "tags" },
|
||||||
process: [template.icon, template.bookmarkDescription]
|
process: [template.icon, template.bookmarkDescription]
|
||||||
}),
|
}),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user