summaryrefslogtreecommitdiff
path: root/js/functions.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/functions.js')
-rw-r--r--js/functions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/functions.js b/js/functions.js
index 843edaec6..8e5694960 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -1240,7 +1240,7 @@ function unsubscribeFeed(feed_id, title) {
updateFeedList();
} else {
if (feed_id == getActiveFeedId())
- setTimeout("viewfeed(-5)", 100);
+ setTimeout("viewfeed({feed:-5})", 100);
if (feed_id < 0) updateFeedList();
}