()
| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected