Makes bookmark click scroll to last read instead of past it

v1.18.x
bdharrington7 10 years ago
parent 25203ee67e
commit bd26961fa6

@ -129,7 +129,7 @@ define('forum/topic', [
timeout: 0,
type: 'info',
clickfn : function() {
navigator.scrollToPost(parseInt(bookmark, 10), true);
navigator.scrollToPost(parseInt(bookmark - 1, 10), true);
},
closefn : function() {
localStorage.removeItem('topic:' + tid + ':bookmark');

Loading…
Cancel
Save