(e)
| 143 | } |
| 144 | |
| 145 | onClickGenericTryChapter1 (e) { |
| 146 | this.homePageEvent($(e.target).data('event-action')) |
| 147 | return window.open('/hoc', '_blank') |
| 148 | } |
| 149 | |
| 150 | onClickStudentButton (e) { |
| 151 | this.homePageEvent('Started Signup') |
nothing calls this directly
no test coverage detected