Untangle select vs open events
This commit is contained in:
parent
b27826cba5
commit
3a099657e6
3 changed files with 8 additions and 8 deletions
|
@ -50,8 +50,8 @@
|
|||
'keyup': 'keyup',
|
||||
'click .back button': 'hideCompose',
|
||||
'click .fab': 'showCompose',
|
||||
'open #contacts': 'openConversation',
|
||||
'open .new-conversation .contacts': 'openConversation'
|
||||
'select #contacts .contact': 'openConversation',
|
||||
'open .new-conversation': 'openConversation'
|
||||
},
|
||||
openConversation: function(e, data) {
|
||||
bg.openConversation(data.modelId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue