(e)
| 148 | } |
| 149 | |
| 150 | onClickStudentButton (e) { |
| 151 | this.homePageEvent('Started Signup') |
| 152 | this.homePageEvent($(e.target).data('event-action')) |
| 153 | return this.openModalView(new CreateAccountModal({ startOnPath: 'student' })) |
| 154 | } |
| 155 | |
| 156 | onClickTeacherButton (e) { |
| 157 | if (isCoco()) { |
nothing calls this directly
no test coverage detected