(e)
| 113 | } |
| 114 | |
| 115 | onClickSetupClass (e) { |
| 116 | this.homePageEvent($(e.target).data('event-action')) |
| 117 | return application.router.navigate('/teachers/classes', { trigger: true }) |
| 118 | } |
| 119 | |
| 120 | onClickStudentButton (e) { |
| 121 | this.homePageEvent('Started Signup') |
nothing calls this directly
no test coverage detected