mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-28 22:00:25 -04:00
Fixed error for non-course hero victory modals.
This commit is contained in:
parent
38efeb119c
commit
7ad16683ce
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ module.exports = class HeroVictoryModal extends ModalView
|
|||
destroy: ->
|
||||
clearInterval @sequentialAnimationInterval
|
||||
@saveReview() if @$el.find('.review textarea').val()
|
||||
@feedback.off()
|
||||
@feedback?.off()
|
||||
super()
|
||||
|
||||
onHidden: ->
|
||||
|
|
Loading…
Add table
Reference in a new issue