mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 09:48:00 +01:00
Make bookmark cache window independent and more dynamic.
This commit is contained in:
@@ -1402,7 +1402,7 @@ liberator.StatusLine = function () //{{{
|
||||
modified += "+";
|
||||
if (sh.index < sh.count -1)
|
||||
modified += "-";
|
||||
if (liberator.bookmarks.isBookmarked(url))
|
||||
if (liberator.bookmarks.isBookmarked(liberator.buffer.URL))
|
||||
modified += "\u2764"; // a heart symbol: ❤
|
||||
//modified += "\u2665"; // a heart symbol: ♥
|
||||
|
||||
|
||||
Reference in New Issue
Block a user