diff --git a/js/twister_following.js b/js/twister_following.js index 7de6041..2ab9a74 100644 --- a/js/twister_following.js +++ b/js/twister_following.js @@ -590,8 +590,11 @@ function processSuggestion(arg, suggestion, followedBy) { $list.append(item).show(); $module.find('.refresh-users').show(); $module.find('.loading-roller').hide(); - } else - getRandomFollowSuggestion(processSuggestion); + } else { + setTimeout(function(){ + getRandomFollowSuggestion(processSuggestion); + }, 100); + } } function closeSearchDialog()