From 8a775535959b5a3f2605063110a5ecca8cca0103 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 28 Feb 2013 20:09:25 +0400 Subject: unsubscribeFeed: call updateFeedList() when unsubscribing from labels --- js/functions.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'js/functions.js') 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(); } } }); -- cgit v1.2.3