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