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

do not set active feed id in headlines callback, bailout if received data for currently deselected feed

This commit is contained in:
Andrew Dolgov
2013-04-04 20:14:39 +04:00
parent c2e01db3de
commit ba1c7d7cc9
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -132,6 +132,8 @@ function viewfeed(feed, method, is_cat, offset, background, infscroll_req) {
console.log(query);
setActiveFeedId(feed, is_cat);
new Ajax.Request("backend.php", {
parameters: query,
onComplete: function(transport) {