mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-27 06:23:41 -04:00
Fixed Rank My Game on my matches.
This commit is contained in:
parent
09bdc9bad9
commit
69dc96c7c8
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ module.exports = class MyMatchesTabView extends CocoView
|
|||
button = $(e.target).closest('.rank-button')
|
||||
sessionID = button.data('session-id')
|
||||
session = _.find @sessions.models, {id: sessionID}
|
||||
return unless @readyToRank(session)
|
||||
return unless session.readyToRank()
|
||||
|
||||
@setRankingButtonText(button, 'submitting')
|
||||
success = =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue