mousedown so that new tab opening would make notification go down
This commit is contained in:
parent
0cb9f1c0d7
commit
41c83a7e19
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
});
|
||||
});
|
||||
|
||||
$('.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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue