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

Method successfullyRecovered

app/views/core/RecoverModal.js:74–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected