summaryrefslogtreecommitdiff
path: root/js/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-08-13 09:51:39 +0300
committerAndrew Dolgov <[email protected]>2015-08-13 09:51:39 +0300
commitdcbe36b2a26965b1280daed89cba6db2085cabfb (patch)
tree0f9f21bce75c63219648564002c28b95d484e7d1 /js/functions.js
parentecbd467e642f99e135081fb3612552aa3bc04ac0 (diff)
fix some remaining old-style viewfeed() calls
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();
}