($noty)
| 525 | addClass: 'btn btn-danger', |
| 526 | text: $.i18n.t('teacher.archive_without_revoking'), |
| 527 | onClick ($noty) { |
| 528 | $noty.close() |
| 529 | return resolve(false) |
| 530 | } |
| 531 | }, |
| 532 | { |
| 533 | addClass: 'btn btn-primary', |
nothing calls this directly
no outgoing calls
no test coverage detected