capturing mousedown instead of click to handle open in other tab

This commit is contained in:
zhitomirskiyi 2011-01-01 21:14:36 -08:00
parent 212a6dfeee
commit 20efe06ad5

View file

@ -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");