()
| 72 | } |
| 73 | |
| 74 | successfullyRecovered () { |
| 75 | this.disableModalInProgress(this.$el) |
| 76 | this.$el.find('.modal-body:visible').text($.i18n.t('recover.recovery_sent')) |
| 77 | return this.$el.find('.modal-footer').remove() |
| 78 | } |
| 79 | } |
| 80 | RecoverModal.initClass() |
| 81 | return RecoverModal |
nothing calls this directly
no outgoing calls
no test coverage detected