Clicking on message status icon opens detail view

Additionally, hovering over it will apply cursor: pointer. Previously
only the timestamp exhibited this behavior.

// FREEBIE
This commit is contained in:
lilia 2016-02-11 15:02:58 -08:00
parent 496ac30d6f
commit f5436a5123
3 changed files with 12 additions and 21 deletions

View file

@ -22,7 +22,7 @@
this.timeStampView = new Whisper.ExtendedTimestampView();
},
events: {
'click .timestamp': 'select',
'click .meta': 'select',
'click .error': 'select'
},
select: function(e) {