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