mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-07 02:25:51 +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
|
||||
{
|
||||
let uri = util.newURI(url);
|
||||
return (bookmarksService.getBookmarkedURIFor(uri) != null);
|
||||
return bookmarksService.isBookmarked(util.newURI(url));
|
||||
}
|
||||
catch (e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user