()
| 174 | } |
| 175 | |
| 176 | cleanupModals () { |
| 177 | if (this.getStartedSignupContainer) { |
| 178 | this.getStartedSignupContainer.$destroy() |
| 179 | return this.getStartedSignupModal.remove() |
| 180 | } |
| 181 | if (this.juniorModal) { |
| 182 | this.juniorModal.$destroy() |
| 183 | } |
| 184 | } |
| 185 | |
| 186 | onClickTrackEvent (e) { |
| 187 | return this.homePageEvent($(e.target).data('event-action'), {}) |