(e)
| 164 | } |
| 165 | |
| 166 | onClickParentButton (e) { |
| 167 | this.homePageEvent($(e.target).data('event-action')) |
| 168 | return application.router.navigate('/parents/signup', { trigger: true }) |
| 169 | } |
| 170 | |
| 171 | onClickCreateAccountTeacherButton (e) { |
| 172 | this.homePageEvent('Started Signup') |
nothing calls this directly
no test coverage detected