diff --git a/app/views/notifications/index.html.haml b/app/views/notifications/index.html.haml index 0013e3be3..fa39077dc 100644 --- a/app/views/notifications/index.html.haml +++ b/app/views/notifications/index.html.haml @@ -1,5 +1,5 @@ :javascript - $('.message').live('click', function(evt){ + $('.message, .message a').live('click', function(evt){ var note = $(this).closest('.message'), note_id = note.attr('data-guid');