From 0da4466da2fb774e9e1310df324c2e25b880bece Mon Sep 17 00:00:00 2001 From: maxwell Date: Tue, 21 Dec 2010 11:32:45 -0800 Subject: [PATCH] fix for js selector --- app/views/notifications/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');