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

Method onClickParentButton

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

Source from the content-addressed store, hash-verified

164 }
165
166 onClickParentButton (e) {
167 this.homePageEvent($(e.target).data('event-action'))
168 return application.router.navigate('/parents/signup', { trigger: true })
169 }
170
171 onClickCreateAccountTeacherButton (e) {
172 this.homePageEvent('Started Signup')

Callers

nothing calls this directly

Calls 3

homePageEventMethod · 0.95
dataMethod · 0.80
navigateMethod · 0.80

Tested by

no test coverage detected