1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

change ctrl-arrow bindings to always keep current article on top

(previous behavior)
replace direct active_post_id references with get/set functions
This commit is contained in:
Andrew Dolgov
2013-02-28 13:18:58 +04:00
parent 1b04a298ef
commit 18e1a773d1
3 changed files with 34 additions and 29 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ function viewfeed(feed, method, is_cat, offset, background, infscroll_req) {
_viewfeed_last = get_timestamp();
if (getActiveFeedId() != feed || offset == 0) {
active_post_id = 0;
setActiveArticleId(0);
_infscroll_disable = 0;
}