mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-26 17:05:47 +01:00
Muck with statusline history stuff.
This commit is contained in:
@@ -232,9 +232,9 @@ var StatusLine = Module("statusline", {
|
||||
if (uri.equals(buffer.uri) && window.getWebNavigation) {
|
||||
let sh = window.getWebNavigation().sessionHistory;
|
||||
if (sh && sh.index > 0)
|
||||
modified += "+";
|
||||
if (sh && sh.index < sh.count - 1)
|
||||
modified += "-";
|
||||
if (sh && sh.index < sh.count - 1)
|
||||
modified += "+";
|
||||
if (this.bookmarked)
|
||||
modified += UTF8("❤");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user