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

Method onClickRequestQuoteModal

app/views/HomeView.js:123–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121 }
122
123 onClickRequestQuoteModal () {
124 const modal = new GetLicensesModal()
125 return this.openModalView(modal)
126 }
127
128 onClickRequestQuote (e) {
129 this.playSound('menu-button-click')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected