MCPcopy Index your code
hub / github.com/codecombat/codecombat / onClickShowDemosButton

Method onClickShowDemosButton

app/views/TestView.js:92–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 // EVENTS
91
92 onClickShowDemosButton () {
93 storage.save('demos-on', true)
94 return document.location.reload()
95 }
96
97 onClickHideDemosButton () {
98 storage.remove('demos-on')

Callers

nothing calls this directly

Calls 2

reloadMethod · 0.80
saveMethod · 0.45

Tested by

no test coverage detected