mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-30 14:51:13 -04:00
Hide problem alert on code reload
This commit is contained in:
parent
05cc9c2f46
commit
7b3b904ad1
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ module.exports = class ProblemAlertView extends CocoView
|
|||
subscriptions:
|
||||
'tome:show-problem-alert': 'onShowProblemAlert'
|
||||
'tome:hide-problem-alert': 'onHideProblemAlert'
|
||||
'level:restart': 'onHideProblemAlert'
|
||||
'tome:jiggle-problem-alert': 'onJiggleProblemAlert'
|
||||
'tome:manual-cast': 'onHideProblemAlert'
|
||||
'real-time-multiplayer:manual-cast': 'onHideProblemAlert'
|
||||
|
|
Loading…
Add table
Reference in a new issue