()
| 575 | } |
| 576 | |
| 577 | onClickLogInButton () { |
| 578 | const modal = new AuthModal() |
| 579 | this.openModalView(modal) |
| 580 | return (window.tracker != null ? window.tracker.trackEvent('Students Login Started', { category: 'Students' }) : undefined) |
| 581 | } |
| 582 | |
| 583 | openSignUpModal () { |
| 584 | if (window.tracker != null) { |
nothing calls this directly
no test coverage detected