(e)
| 490 | } |
| 491 | |
| 492 | onClickAmazonCampaign (e) { |
| 493 | window.tracker?.trackEvent('Click Amazon Modal Button') |
| 494 | this.openModalView(new AmazonHocModal({ hideCongratulation: true })) |
| 495 | } |
| 496 | |
| 497 | onClickAnonClassroomClose () { |
| 498 | this.$el.find('#anonymous-classroom-signup-dialog').hide() |
nothing calls this directly
no test coverage detected