mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-17 16:51:30 +00:00
load more headlines on view()
This commit is contained in:
@@ -138,7 +138,10 @@ function view(article_id, dismiss_only) {
|
|||||||
remove_headline_entry(article_id);
|
remove_headline_entry(article_id);
|
||||||
|
|
||||||
catchup_article(article_id,
|
catchup_article(article_id,
|
||||||
function() { update(); });
|
function() {
|
||||||
|
viewfeed(_active_feed_id, _active_feed_offset);
|
||||||
|
update();
|
||||||
|
});
|
||||||
|
|
||||||
return dismiss_only != true;
|
return dismiss_only != true;
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user