(e)
| 124 | } |
| 125 | |
| 126 | onClickTeacherButton (e) { |
| 127 | this.homePageEvent('Started Signup') |
| 128 | this.homePageEvent($(e.target).data('event-action')) |
| 129 | return this.openModalView(new CreateAccountModal({ startOnPath: 'teacher' })) |
| 130 | } |
| 131 | |
| 132 | onClickTrackEvent (e) { |
| 133 | let properties |
nothing calls this directly
no test coverage detected