From cc0acc56ddd3382a8bb91ea29e1bb0db158bfa5c Mon Sep 17 00:00:00 2001 From: lilia Date: Sun, 25 Jan 2015 10:47:46 -1000 Subject: [PATCH] Initially hide newConversationView --- js/views/inbox_view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/views/inbox_view.js b/js/views/inbox_view.js index 1ca6ea7b..91c1af36 100644 --- a/js/views/inbox_view.js +++ b/js/views/inbox_view.js @@ -24,7 +24,7 @@ this.$contacts = $('#contacts'); this.newConversationView = new Whisper.NewConversationView(); - this.newConversationView.$el.appendTo(this.$gutter); + this.newConversationView.$el.hide().appendTo(this.$gutter); this.conversations = new Whisper.ConversationCollection(); this.inbox = new Whisper.ConversationListView({