mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-13 10:35:47 +01:00
Fix bookmarks.isBookmarked so we don't get spurious hearts in the status line.
This commit is contained in:
@@ -606,8 +606,7 @@ function Bookmarks() //{{{
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
let uri = util.newURI(url);
|
return bookmarksService.isBookmarked(util.newURI(url));
|
||||||
return (bookmarksService.getBookmarkedURIFor(uri) != null);
|
|
||||||
}
|
}
|
||||||
catch (e)
|
catch (e)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user