mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 08:50:58 -05:00
Bug fix.
This commit is contained in:
parent
975a7453bd
commit
5a4de61999
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ init = ->
|
|||
me.url = -> '/auth/whoami'
|
||||
me.fetch()
|
||||
me.on 'sync', ->
|
||||
me.url = -> "/db/user/#{me.id}"
|
||||
trackFirstArrival() if firstTime
|
||||
if me and not me.get('testGroupNumber')?
|
||||
# Assign testGroupNumber to returning visitors; new ones in server/handlers/user
|
||||
|
|
Loading…
Reference in a new issue