diff --git a/background.html b/background.html index 0f52e23f..67e48cc6 100644 --- a/background.html +++ b/background.html @@ -21,6 +21,7 @@
- {{ title }} + {{ title }} diff --git a/js/views/conversation_view.js b/js/views/conversation_view.js index 5e53d73d..9d7a3d18 100644 --- a/js/views/conversation_view.js +++ b/js/views/conversation_view.js @@ -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);