From bdab2c116bc7c4009231b925879608977e7e5526 Mon Sep 17 00:00:00 2001 From: erqan Date: Fri, 9 May 2014 16:19:46 +0300 Subject: [PATCH] fixed TwisterFollowing issue on following.html --- js/twister_following.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/twister_following.js b/js/twister_following.js index 8ed6272..95d33cd 100644 --- a/js/twister_following.js +++ b/js/twister_following.js @@ -725,6 +725,8 @@ function initInterfaceFollowing() { loadFollowing( function(args) { showFollowingUsers(); requestSwarmProgress(); + + twisterFollowingO = TwisterFollowing(defaultScreenName); }); initMentionsCount(); initDMsCount();