mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:25:59 +00:00
fix some remaining old-style viewfeed() calls
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user