mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-31 07:12:49 -04:00
Merge pull request #3560 from edtrist/LoginCloseButton
Fix close button disappearing - fixes #3522
This commit is contained in:
commit
592d41fccb
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ module.exports = class AuthModal extends ModalView
|
|||
'click #gplus-login-btn': 'onClickGPlusLoginButton'
|
||||
'click #facebook-login-btn': 'onClickFacebookLoginButton'
|
||||
'click #close-modal': 'hide'
|
||||
|
||||
subscriptions:
|
||||
'errors:server-error': 'onServerError'
|
||||
|
||||
|
||||
# Initialization
|
||||
|
|
Loading…
Add table
Reference in a new issue