mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-04 17:19:47 -04:00
Merge pull request #700 from pedrofgsrj/loginAutocomplete
Fixed issue #597
This commit is contained in:
commit
7ab5adcdac
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ module.exports = class LoginModalView extends View
|
|||
|
||||
events:
|
||||
"click #login-button": "loginAccount"
|
||||
"keydown input": "loginAccount"
|
||||
"keydown #login-password": "loginAccount"
|
||||
|
||||
subscriptions:
|
||||
'server-error': 'onServerError'
|
||||
|
|
Loading…
Add table
Reference in a new issue