Add openInbox link to conversation menu. Fixes #246
This commit is contained in:
parent
9d688cb761
commit
d26c13b155
2 changed files with 7 additions and 1 deletions
|
@ -65,10 +65,15 @@
|
|||
'click .new-group-update': 'newGroupUpdate',
|
||||
'click .verify-identity': 'verifyIdentity',
|
||||
'click .hamburger': 'toggleMenu',
|
||||
'click .openInbox' : 'openInbox',
|
||||
'click' : 'onClick',
|
||||
'select .entry': 'messageDetail'
|
||||
},
|
||||
|
||||
openInbox: function() {
|
||||
openInbox();
|
||||
},
|
||||
|
||||
onClick: function(e) {
|
||||
this.closeMenu(e);
|
||||
this.markRead(e);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue