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

Method onClickClearStorage

app/views/play/CampaignView.js:2238–2246  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

2236 }
2237
2238 onClickClearStorage (e) {
2239 localStorage.clear()
2240 noty({
2241 text: 'Local storage cleared. Reload to view the original campaign.',
2242 layout: 'topCenter',
2243 timeout: 5000,
2244 type: 'information',
2245 })
2246 }
2247
2248 updateHero () {
2249 const hero = me.get('heroConfig')?.thangType

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected