moveToPost: tweak unexpanded 'prev' behavior
This commit is contained in:
parent
7b7daed93b
commit
24c215e2bb
1 changed files with 7 additions and 2 deletions
|
@ -560,8 +560,13 @@ function moveToPost(mode, noscroll) {
|
|||
var ctr = $("headlines-frame");
|
||||
|
||||
if (!getInitParam("cdm_expanded")) {
|
||||
|
||||
if (!noscroll && article.offsetTop < ctr.scrollTop) {
|
||||
scrollArticle(-ctr.offsetHeight/3);
|
||||
} else {
|
||||
cdmExpandArticle(prev_id);
|
||||
cdmScrollToArticleId(prev_id, true);
|
||||
}
|
||||
} else {
|
||||
|
||||
if (!noscroll && article && article.offsetTop < ctr.scrollTop) {
|
||||
|
|
Loading…
Reference in a new issue