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

Method onClickMoreTournaments

app/views/courses/CoursesView.js:794–798  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

792 }
793
794 onClickMoreTournaments (e) {
795 e.preventDefault()
796 const modal = new TournamentsListModal({ tournamentsByState: this.tournamentsByState, ladderImageMap: this.ladderImageMap })
797 return this.openModalView(modal)
798 }
799
800 onClickMoreAILeagueTiles (e) {
801 e.preventDefault()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected