1
0
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:
Andrew Dolgov
2015-08-13 09:51:39 +03:00
parent ecbd467e64
commit dcbe36b2a2
5 changed files with 10 additions and 10 deletions

View 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();
}