mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-26 22:54:45 +00:00
fixing undefined twisterFollowingO issue in guest mode
This commit is contained in:
parent
2563ce1def
commit
114cc7866e
@ -441,6 +441,9 @@ function fillWhoFollows(list, item, offset, size) {
|
||||
}
|
||||
|
||||
function getWhoFollows(username, item) {
|
||||
if (!defaultScreenName || typeof(defaultScreenName) === 'undefined')
|
||||
return;
|
||||
|
||||
var list = whoFollows(username);
|
||||
|
||||
fillWhoFollows(list, item, 0, (list.length > 5 ? 5 : list.length));
|
||||
|
Loading…
x
Reference in New Issue
Block a user