1
0
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:
Andrew Dolgov
2011-10-13 10:45:10 +04:00
parent 81f6a57256
commit d36d86b9af
2 changed files with 4 additions and 1 deletions

View File

@@ -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");