mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 08:54:12 +01:00
Fix bugs and stuff.
This commit is contained in:
@@ -135,7 +135,7 @@ var Bookmarks = Module("bookmarks", {
|
||||
|
||||
checkBookmarked: function checkBookmarked(uri) {
|
||||
if (PlacesUtils.asyncGetBookmarkIds)
|
||||
PlacesUtils.asyncGetBookmarkIds(uri, function (ids) {
|
||||
PlacesUtils.asyncGetBookmarkIds(uri, function withBookmarkIDs(ids) {
|
||||
statusline.bookmarked = ids.length;
|
||||
});
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user