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

Method openSignUpModal

app/views/courses/CoursesView.js:583–589  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

581 }
582
583 openSignUpModal () {
584 if (window.tracker != null) {
585 window.tracker.trackEvent('Students Signup Started', { category: 'Students' })
586 }
587 const modal = new CreateAccountModal({ initialValues: { classCode: utils.getQueryVariable('_cc', '') } })
588 return this.openModalView(modal)
589 }
590
591 onClickChangeHeroButton () {
592 if (window.tracker != null) {

Callers

nothing calls this directly

Calls 1

trackEventMethod · 0.45

Tested by

no test coverage detected