VRFS-2048 wire up "more" link in notifications sidebar
This commit is contained in:
parent
82090f5f55
commit
fabfa1675b
|
|
@ -358,7 +358,7 @@
|
|||
moreTextLink.text('more').show();
|
||||
moreTextLink.click(function(e) {
|
||||
var userId = $(this).attr('data-sender-id');
|
||||
|
||||
app.layout.showDialog('text-message', { d1: userId });
|
||||
return false;
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue