unsubscribeFeed: call updateFeedList() when unsubscribing from labels

master
Andrew Dolgov 12 years ago
parent a1f7a5191a
commit 8a77553595

@ -1274,6 +1274,8 @@ function unsubscribeFeed(feed_id, title) {
} else {
if (feed_id == getActiveFeedId())
setTimeout("viewfeed(-5)", 100);
if (feed_id < 0) updateFeedList();
}
} });

Loading…
Cancel
Save