This element is constant, so let's bootstrap it

This commit is contained in:
lilia 2014-08-04 22:27:34 -07:00
parent 5f74a60364
commit 8d83a8fb27
2 changed files with 2 additions and 1 deletions

View file

@ -34,6 +34,7 @@
<div class='search'>
<input name='contact_search' placeholder='Search' type='search'>
</div>
<div id='contacts'></div>
</div>
<div id= 'conversation' class='conversation'>
<ul id='discussion' class='discussion'>

View file

@ -16,7 +16,7 @@
new Whisper.ConversationListView().$el.appendTo($('#gutter'));
new Whisper.ConversationListView({el: $('#contacts')});
Whisper.Threads.fetch({reset: true});
textsecure.registerOnLoadFunction(function() {