diff --git a/js/views/conversation_view.js b/js/views/conversation_view.js index e5ce03540..2d8e04452 100644 --- a/js/views/conversation_view.js +++ b/js/views/conversation_view.js @@ -181,7 +181,9 @@ this.confirm("Permanently delete this conversation?").then(function() { this.model.destroyMessages(); this.remove(); - }.bind(this)); + }.bind(this)).catch(function() { + // clicked cancel, nothing to do. + }); this.$('.menu-list').hide(); },