Remove dead code

This view doesn't contain any elements with class openInbox.

// FREEBIE
This commit is contained in:
lilia 2017-04-24 19:00:49 -07:00 committed by Scott Nonnenberg
parent 4b96722d52
commit 8d32a3bebd
No known key found for this signature in database
GPG key ID: A4931C09644C654B

View file

@ -183,7 +183,6 @@
'click .show-identity': 'showSafetyNumber',
'click .show-members': 'showMembers',
'click .conversation-menu .hamburger': 'toggleMenu',
'click .openInbox' : 'openInbox',
'click' : 'onClick',
'click .bottom-bar': 'focusMessageField',
'click .back': 'resetPanel',
@ -652,10 +651,6 @@
this.model.messageCollection.add(message, {merge: true});
},
openInbox: function() {
openInbox();
},
onClick: function(e) {
// If there are sub-panels open, we don't want to respond to clicks
if (!this.panels || !this.panels.length) {