Fix empty bubble on accepting a new key
// FREEBIE
This commit is contained in:
parent
af90998aa1
commit
a5a9118c5c
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@
|
||||||
|
|
||||||
inboxCollection.on('messageError', function() {
|
inboxCollection.on('messageError', function() {
|
||||||
this.networkStatusView.render();
|
this.networkStatusView.render();
|
||||||
});
|
}.bind(this));
|
||||||
|
|
||||||
this.inboxListView = new Whisper.ConversationListView({
|
this.inboxListView = new Whisper.ConversationListView({
|
||||||
el : this.$('.inbox'),
|
el : this.$('.inbox'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue