(e)
| 39 | } |
| 40 | |
| 41 | onSubmitButtonClick (e) { |
| 42 | storage.save('junior-clicked', true) |
| 43 | window.tracker?.trackEvent('Junior Icon Explored', { engageAction: 'submit_button_click' }) |
| 44 | this.hide() |
| 45 | } |
| 46 | |
| 47 | setCSSVariables () { |
| 48 | const viewportWidth = window.innerWidth || document.documentElement.clientWidth |
nothing calls this directly
no test coverage detected