Add openInbox link to conversation menu. Fixes #246

This commit is contained in:
lilia 2015-06-02 14:56:58 -07:00
parent 9d688cb761
commit d26c13b155
2 changed files with 7 additions and 1 deletions

View file

@ -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);