diff --git a/app/views/notifications/index.html.haml b/app/views/notifications/index.html.haml
index fa39077dc..0013e3be3 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');