diff --git a/content/buffer.js b/content/buffer.js index 3c41df14..8d53b7a2 100644 --- a/content/buffer.js +++ b/content/buffer.js @@ -2049,7 +2049,7 @@ function Marks() //{{{ for (let [,lmark] in Iterator(slice)) { - if (win.location.href == mark.location) + if (win.location.href == lmark.location) { liberator.log("Jumping to local mark: " + markToString(mark, lmark), 5); win.scrollTo(lmark.position.x * win.scrollMaxX, lmark.position.y * win.scrollMaxY);