Further disable social services in ladder
This commit is contained in:
parent
49279367d1
commit
144d6cfb32
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ module.exports = class LadderTabView extends CocoView
|
||||||
#@checkFriends()
|
#@checkFriends()
|
||||||
|
|
||||||
checkFriends: ->
|
checkFriends: ->
|
||||||
|
return # Skipping for now
|
||||||
return if @checked or (not window.FB) or (not window.gapi)
|
return if @checked or (not window.FB) or (not window.gapi)
|
||||||
@checked = true
|
@checked = true
|
||||||
|
|
||||||
|
|
Reference in a new issue