mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 17:02:18 -05:00
Add sound to Facebook login
This commit is contained in:
parent
094743c4f5
commit
480a310313
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ module.exports = class AuthModal extends ModalView
|
|||
createUser userObject, null, window.nextURL
|
||||
|
||||
onLoggingInWithFacebook: (e) ->
|
||||
@playSound 'menu-button-click'
|
||||
modal = $('.modal:visible', @$el)
|
||||
@enableModalInProgress(modal) # TODO: part of forms
|
||||
|
||||
|
|
Loading…
Reference in a new issue