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

Method onClickStudentButton

app/views/HomeCNView.js:120–124  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

118 }
119
120 onClickStudentButton (e) {
121 this.homePageEvent('Started Signup')
122 this.homePageEvent($(e.target).data('event-action'))
123 return this.openModalView(new CreateAccountModal({ startOnPath: 'student' }))
124 }
125
126 onClickTeacherButton (e) {
127 this.homePageEvent('Started Signup')

Callers

nothing calls this directly

Calls 2

homePageEventMethod · 0.95
dataMethod · 0.80

Tested by

no test coverage detected