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

Method afterRender

app/views/admin/MainAdminView.js:374–379  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

372 }
373
374 afterRender () {
375 super.afterRender()
376 return this.$el.find('.search-help-toggle').click(() => {
377 return this.$el.find('.search-help').toggle()
378 })
379 }
380
381 onClickExportProgress () {
382 $('.classroom-progress-csv').prop('disabled', true)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected