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

Method onClickSetupClass

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

Source from the content-addressed store, hash-verified

113 }
114
115 onClickSetupClass (e) {
116 this.homePageEvent($(e.target).data('event-action'))
117 return application.router.navigate('/teachers/classes', { trigger: true })
118 }
119
120 onClickStudentButton (e) {
121 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