VRFS-2048 wire up "more" link in notifications sidebar

This commit is contained in:
Brian Smith 2014-08-24 23:22:57 -04:00
parent 82090f5f55
commit fabfa1675b
1 changed files with 1 additions and 1 deletions

View File

@ -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;
});
}