diff --git a/js/views/new_conversation_view.js b/js/views/new_conversation_view.js index 6cfc3157..0c1485e1 100644 --- a/js/views/new_conversation_view.js +++ b/js/views/new_conversation_view.js @@ -112,6 +112,10 @@ var Whisper = Whisper || {}; }, initNewContact: function() { + if (this.new_contact) { + this.new_contact.undelegateEvents(); + this.new_contact.$el.hide(); + } // Creates a view to display a new contact this.new_contact = new Whisper.ConversationListItemView({ el: this.$new_contact,