MCPcopy Create free account
hub / github.com/codecombat/codecombat / afterRender

Method afterRender

app/views/core/JuniorModal.js:35–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 1

setCSSVariablesMethod · 0.95

Tested by

no test coverage detected