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

Method onIdleChanged

app/views/ladder/LadderView.js:370–372  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

368 }
369
370 onIdleChanged (e) {
371 if (!e.idle) { return this.fetchSessionsAndRefreshViews() }
372 }
373
374 onClickPlayButton (e) {
375 return this.showPlayModal($(e.target).closest('.play-button').data('team'))

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected