(e)
| 118 | } |
| 119 | |
| 120 | onClickStudentButton (e) { |
| 121 | this.homePageEvent('Started Signup') |
| 122 | this.homePageEvent($(e.target).data('event-action')) |
| 123 | return this.openModalView(new CreateAccountModal({ startOnPath: 'student' })) |
| 124 | } |
| 125 | |
| 126 | onClickTeacherButton (e) { |
| 127 | this.homePageEvent('Started Signup') |
nothing calls this directly
no test coverage detected