()
| 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 | } |
no test coverage detected