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

Method onClickStudentButton

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

Source from the content-addressed store, hash-verified

148 }
149
150 onClickStudentButton (e) {
151 this.homePageEvent('Started Signup')
152 this.homePageEvent($(e.target).data('event-action'))
153 return this.openModalView(new CreateAccountModal({ startOnPath: 'student' }))
154 }
155
156 onClickTeacherButton (e) {
157 if (isCoco()) {

Callers

nothing calls this directly

Calls 2

homePageEventMethod · 0.95
dataMethod · 0.80

Tested by

no test coverage detected