Fix experience/gems not showing in HeroVictoryModal

This commit is contained in:
Nick Winter 2015-10-13 13:44:25 -07:00
parent 803fd24f67
commit 74763f0614

View file

@ -212,7 +212,7 @@ module.exports = class HeroVictoryModal extends ModalView
afterRender: ->
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()
@playSelectionSound hero, true for original, hero of @thangTypes # Preload them
@updateSavingProgressStatus()