summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/functions.js2
1 files changed, 2 insertions, 0 deletions
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();
}
} });