mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-18 18:35:46 +01:00
Decode URLs in the completion list against my better judgment. Get rid of bloody newlines in strict mode lambdas.
This commit is contained in:
@@ -38,7 +38,7 @@ var Bookmarks = Module("bookmarks", {
|
||||
get format() ({
|
||||
anchored: false,
|
||||
title: ["URL", "Info"],
|
||||
keys: { text: "url", description: "title", icon: "icon", extra: "extra", tags: "tags" },
|
||||
keys: { text: "url", description: "title", icon: "icon", extra: "extra", tags: "tags", isURI: function () true },
|
||||
process: [template.icon, template.bookmarkDescription]
|
||||
}),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user