MCPcopy Index your code
hub / github.com/codecombat/codecombat / onClickCreateAccountTeacherButton

Method onClickCreateAccountTeacherButton

app/views/HomeView.js:171–174  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

169 }
170
171 onClickCreateAccountTeacherButton (e) {
172 this.homePageEvent('Started Signup')
173 return this.openModalView(new CreateAccountModal({ startOnPath: 'teacher' }))
174 }
175
176 cleanupModals () {
177 if (this.getStartedSignupContainer) {

Callers

nothing calls this directly

Calls 1

homePageEventMethod · 0.95

Tested by

no test coverage detected