mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-14 17:07:53 +00:00
fix missing twisterFollowingO singleton object in twister mobile.
This commit is contained in:
parent
ae39f68006
commit
48ee174295
@ -52,6 +52,7 @@ function initializeTwister( redirectNetwork, redirectLogin, cbFunc, cbArg ) {
|
|||||||
requestLastHave();
|
requestLastHave();
|
||||||
initMentionsCount();
|
initMentionsCount();
|
||||||
initDMsCount();
|
initDMsCount();
|
||||||
|
twisterFollowingO = TwisterFollowing(defaultScreenName);
|
||||||
|
|
||||||
twisterInitialized = true;
|
twisterInitialized = true;
|
||||||
if( cbFunc )
|
if( cbFunc )
|
||||||
|
Loading…
Reference in New Issue
Block a user