mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 05:53:39 -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})
|
||||
|
||||
onWizardSettingsDone: ->
|
||||
me.set('name', $('#wizard-settings-name').val())
|
||||
forms.clearFormAlerts(@$el)
|
||||
res = me.validate()
|
||||
if res?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue