()
| 33 | } |
| 34 | |
| 35 | afterRender () { |
| 36 | super.afterRender() |
| 37 | this.setCSSVariables() |
| 38 | window.addEventListener('resize', this.setCSSVariables) |
| 39 | } |
| 40 | |
| 41 | onSubmitButtonClick (e) { |
| 42 | storage.save('junior-clicked', true) |
nothing calls this directly
no test coverage detected