Fix for new contact button bug

pull/749/head
lilia 10 years ago
parent a5a1dad03c
commit c4eac76032

@ -110,7 +110,7 @@
},
events: {
'click .fab': 'showCompose',
'select .contact': 'openConversation',
'select .gutter .contact': 'openConversation'
},
openConversation: function(e, data) {
var conversation = bg.openConversation(data.modelId);

Loading…
Cancel
Save