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:
parent
496ac30d6f
commit
f5436a5123
3 changed files with 12 additions and 21 deletions
|
@ -22,7 +22,7 @@
|
|||
this.timeStampView = new Whisper.ExtendedTimestampView();
|
||||
},
|
||||
events: {
|
||||
'click .timestamp': 'select',
|
||||
'click .meta': 'select',
|
||||
'click .error': 'select'
|
||||
},
|
||||
select: function(e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue