mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-02-04 19:14:14 +00:00
Merge pull request #250 from dryabov/patch-3
Fix "Maximum call stack size exceeded" error
This commit is contained in:
commit
6c4ea6544a
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user