()
| 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) { |
nothing calls this directly
no test coverage detected