mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 16:52:25 +01:00
Get bookmark favicon from Places where possible.
This commit is contained in:
@@ -77,7 +77,7 @@ function Bookmarks() //{{{
|
|||||||
let keyword = bookmarksService.getKeywordForBookmark(node.itemId);
|
let keyword = bookmarksService.getKeywordForBookmark(node.itemId);
|
||||||
let tags = taggingService.getTagsForURI(uri, {}) || [];
|
let tags = taggingService.getTagsForURI(uri, {}) || [];
|
||||||
|
|
||||||
return bookmarks.push(new Bookmark(node.uri, node.title, null, keyword, tags, node.itemId));
|
return bookmarks.push(new Bookmark(node.uri, node.title, node.icon, keyword, tags, node.itemId));
|
||||||
}
|
}
|
||||||
|
|
||||||
function readBookmark(id)
|
function readBookmark(id)
|
||||||
|
|||||||
Reference in New Issue
Block a user