mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-02 11:09:15 +00:00
unsubscribeFeed: call updateFeedList() when unsubscribing from labels
This commit is contained in:
@@ -1274,6 +1274,8 @@ function unsubscribeFeed(feed_id, title) {
|
|||||||
} else {
|
} else {
|
||||||
if (feed_id == getActiveFeedId())
|
if (feed_id == getActiveFeedId())
|
||||||
setTimeout("viewfeed(-5)", 100);
|
setTimeout("viewfeed(-5)", 100);
|
||||||
|
|
||||||
|
if (feed_id < 0) updateFeedList();
|
||||||
}
|
}
|
||||||
|
|
||||||
} });
|
} });
|
||||||
|
|||||||
Reference in New Issue
Block a user