mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
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: ->
|
||||
return # Skipping for now
|
||||
return if @checked or (not window.FB) or (not window.gapi)
|
||||
@checked = true
|
||||
|
||||
|
|
Loading…
Reference in a new issue