1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-30 01:03:33 +02:00

More RangeFind work.

This commit is contained in:
Kris Maglione
2009-11-13 03:00:46 -05:00
parent f19a4edcee
commit 12012af693
7 changed files with 27 additions and 22 deletions

View File

@@ -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) {