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

Method error

app/views/account/UnsubscribeView.js:48–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 }
47
48 const error = () => {
49 this.$el.find('.progress').hide()
50 this.$el.find('#fail-alert').show()
51 return this.$el.find('#unsubscribe-button').show()
52 }
53
54 return $.ajax({ url, success, error, cache: false })
55 }

Callers 5

onSubmitFormMethod · 0.45
subscribeMethod · 0.45
unsubscribeMethod · 0.45
updateMethod · 0.45
finishSubscribeMethod · 0.45

Calls 1

hideMethod · 0.45

Tested by

no test coverage detected