diff --git a/app/views/notifications/index.html.haml b/app/views/notifications/index.html.haml index b1173fc69..f4099a2d1 100644 --- a/app/views/notifications/index.html.haml +++ b/app/views/notifications/index.html.haml @@ -1,5 +1,5 @@ :javascript - $('.stream_element').live('click', function(evt){ + $('.stream_element').live('mousedown', function(evt){ var note = $(this).closest('.stream_element'), note_id = note.attr('data-guid'), nBadge = $("#notification_badge_number");