diff --git a/js/functions.js b/js/functions.js index be12d257a..72f72ddaa 100644 --- a/js/functions.js +++ b/js/functions.js @@ -1274,6 +1274,8 @@ function unsubscribeFeed(feed_id, title) { } else { if (feed_id == getActiveFeedId()) setTimeout("viewfeed(-5)", 100); + + if (feed_id < 0) updateFeedList(); } } });