Browse Source

fixed TwisterFollowing issue on following.html

master
erqan 11 years ago
parent
commit
bdab2c116b
  1. 2
      js/twister_following.js

2
js/twister_following.js

@ -725,6 +725,8 @@ function initInterfaceFollowing() { @@ -725,6 +725,8 @@ function initInterfaceFollowing() {
loadFollowing( function(args) {
showFollowingUsers();
requestSwarmProgress();
twisterFollowingO = TwisterFollowing(defaultScreenName);
});
initMentionsCount();
initDMsCount();

Loading…
Cancel
Save