mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-29 18:53:30 +02:00
More RangeFind work.
This commit is contained in:
@@ -102,7 +102,7 @@ const StatusLine = Module("statusline", {
|
||||
let sh = window.getWebNavigation().sessionHistory;
|
||||
if (sh && sh.index > 0)
|
||||
modified += "+";
|
||||
if (sh && sh.index < sh.count -1)
|
||||
if (sh && sh.index < sh.count - 1)
|
||||
modified += "-";
|
||||
}
|
||||
if (modules.bookmarks) {
|
||||
|
||||
Reference in New Issue
Block a user