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

Method onClickTeacherButton

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

Source from the content-addressed store, hash-verified

124 }
125
126 onClickTeacherButton (e) {
127 this.homePageEvent('Started Signup')
128 this.homePageEvent($(e.target).data('event-action'))
129 return this.openModalView(new CreateAccountModal({ startOnPath: 'teacher' }))
130 }
131
132 onClickTrackEvent (e) {
133 let properties

Callers

nothing calls this directly

Calls 2

homePageEventMethod · 0.95
dataMethod · 0.80

Tested by

no test coverage detected