summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-21 09:36:13 +0400
committerAndrew Dolgov <[email protected]>2013-03-21 09:36:13 +0400
commit7b7daed93bef10c96043c8c2d1ea0d8f39037e79 (patch)
tree1112035521d166cfb278405f92448f7c68070a0f /js
parent5b9cb07d0169e0b1888398c0473c690d7476e12b (diff)
moveToPost: tweak unexpanded 'next' behavior
Diffstat (limited to 'js')
-rw-r--r--js/viewfeed.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/viewfeed.js b/js/viewfeed.js
index 014946af8..e09a3a5ee 100644
--- a/js/viewfeed.js
+++ b/js/viewfeed.js
@@ -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) {