mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-13 16:37:52 +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();
|
$list.append(item).show();
|
||||||
$module.find('.refresh-users').show();
|
$module.find('.refresh-users').show();
|
||||||
$module.find('.loading-roller').hide();
|
$module.find('.loading-roller').hide();
|
||||||
} else
|
} else {
|
||||||
getRandomFollowSuggestion(processSuggestion);
|
setTimeout(function(){
|
||||||
|
getRandomFollowSuggestion(processSuggestion);
|
||||||
|
}, 100);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function closeSearchDialog()
|
function closeSearchDialog()
|
||||||
|
Loading…
Reference in New Issue
Block a user