]> git.wh0rd.org - tt-rss.git/blobdiff - js/functions.js
fix some remaining old-style viewfeed() calls
[tt-rss.git] / js / functions.js
index 843edaec6700b7fabb1408d37801f1595055272a..8e5694960154d3aa8d6cdf506972d4b86df59f3d 100644 (file)
@@ -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();
                                        }