1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 21:35:56 +00:00

moveToPost: tweak unexpanded 'next' behavior

This commit is contained in:
Andrew Dolgov
2013-03-21 09:36:13 +04:00
parent 5b9cb07d01
commit 7b7daed93b

View File

@@ -541,7 +541,7 @@ function moveToPost(mode, noscroll) {
} else if (next_id) {
cdmExpandArticle(next_id);
cdmScrollToArticleId(next_id, noscroll);
cdmScrollToArticleId(next_id, true);
}
} else if (next_id) {