mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-05-04 01:43:40 -04:00
This commit is contained in:
parent
487b2aae9b
commit
459a1f9e48
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ module.exports = class WizardSettingsModal extends View
|
||||||
$.ajax("/db/user/#{me.get('name')}/nameToID", {success: success})
|
$.ajax("/db/user/#{me.get('name')}/nameToID", {success: success})
|
||||||
|
|
||||||
onWizardSettingsDone: ->
|
onWizardSettingsDone: ->
|
||||||
|
me.set('name', $('#wizard-settings-name').val())
|
||||||
forms.clearFormAlerts(@$el)
|
forms.clearFormAlerts(@$el)
|
||||||
res = me.validate()
|
res = me.validate()
|
||||||
if res?
|
if res?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue