MCPcopy Create free account
hub / github.com/codecombat/codecombat / onChangeName

Method onChangeName

app/views/teachers/RequestQuoteView.js:473–476  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

471 }
472
473 onChangeName (e) {
474 this.updateAuthModalInitialValues({ name: this.$(e.currentTarget).val() })
475 return this.checkName()
476 }
477
478 checkName () {
479 const name = this.$('input[name="name"]').val()

Callers

nothing calls this directly

Calls 2

checkNameMethod · 0.95

Tested by

no test coverage detected