mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-05-04 09:53:55 -04:00
Fix experience/gems not showing in HeroVictoryModal
This commit is contained in:
parent
803fd24f67
commit
74763f0614
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ module.exports = class HeroVictoryModal extends ModalView
|
||||||
|
|
||||||
afterRender: ->
|
afterRender: ->
|
||||||
super()
|
super()
|
||||||
@$el.toggleClass 'show-achievements', @level.get('type', true) is 'hero'
|
@$el.toggleClass 'with-achievements', @level.get('type', true) is 'hero'
|
||||||
return unless @supermodel.finished()
|
return unless @supermodel.finished()
|
||||||
@playSelectionSound hero, true for original, hero of @thangTypes # Preload them
|
@playSelectionSound hero, true for original, hero of @thangTypes # Preload them
|
||||||
@updateSavingProgressStatus()
|
@updateSavingProgressStatus()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue