mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-31 07:12:49 -04:00
Fix My Classes progress dot again
This commit is contained in:
parent
c7d3857d46
commit
7c8a2b3020
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ module.exports =
|
|||
instance.started = false
|
||||
levels = classroom.getLevels({courseID: course.id, withoutLadderLevels: true})
|
||||
for userID in instance.get('members')
|
||||
instance.started = _.any levels.models, (level) ->
|
||||
instance.started ||= _.any levels.models, (level) ->
|
||||
return false if level.isLadder()
|
||||
session = _.find classroom.sessions.models, (session) ->
|
||||
session.get('creator') is userID and session.get('level').original is level.get('original')
|
||||
|
|
Loading…
Add table
Reference in a new issue