Fix #150 : missing notifications when receiving a validation

This commit is contained in:
Romain Neutron
2012-01-04 15:15:38 +01:00
parent 0d49d731d4
commit d4250bcae8
2 changed files with 14 additions and 5 deletions

View File

@@ -366,7 +366,7 @@ function manageSession(data, showMessages)
if($('.notification.unread',box).length > 0)
{
var trigger = $('#notification_trigger') ;
$('.counter div',trigger)
$('.counter',trigger)
.empty()
.append($('.notification.unread',box).length);
$('.counter',trigger).css('visibility','visible');