mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-23 19:32:03 -04:00
Merge branch 'master' of https://github.com/codecombat/codecombat
This commit is contained in:
commit
6bc9d6e7cc
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ module.exports = class AuthModal extends ModalView
|
||||||
return forms.applyErrorsToForm(@$el, res.errors) unless res.valid
|
return forms.applyErrorsToForm(@$el, res.errors) unless res.valid
|
||||||
Backbone.Mediator.publish "auth:signed-up", {}
|
Backbone.Mediator.publish "auth:signed-up", {}
|
||||||
window.tracker?.trackEvent 'Finished Signup'
|
window.tracker?.trackEvent 'Finished Signup'
|
||||||
|
window.tracker?.trackPageView "signup/finished", ['Google Analytics']
|
||||||
@enableModalInProgress(@$el)
|
@enableModalInProgress(@$el)
|
||||||
createUser userObject, null, window.nextLevelURL
|
createUser userObject, null, window.nextLevelURL
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue