From ec826e8c05acee973d73fa7826569c0fa19be84a Mon Sep 17 00:00:00 2001 From: maxwell Date: Tue, 21 Dec 2010 12:56:38 -0800 Subject: [PATCH] Revert "fix for js selector" This reverts commit 0da4466da2fb774e9e1310df324c2e25b880bece. --- 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 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');