mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 05:31:28 +00:00
fix loading more headlines into wrong buffer
This commit is contained in:
@@ -82,7 +82,8 @@ function headlines_callback2(transport, offset, background) {
|
||||
initHeadlinesMenu();
|
||||
|
||||
} else {
|
||||
if (headlines_count > 0) {
|
||||
|
||||
if (headlines_count > 0 && feed_id == getActiveFeedId() && is_cat == activeFeedIsCat()) {
|
||||
console.log("adding some more headlines...");
|
||||
|
||||
var c = dijit.byId("headlines-frame");
|
||||
|
||||
Reference in New Issue
Block a user