Initially hide newConversationView

This commit is contained in:
lilia
2015-02-11 17:37:59 -08:00
parent ee34e446e6
commit cc0acc56dd
+1 -1
View File
@@ -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({