mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 20:13:28 +00:00
Fix #150 : missing notifications when receiving a validation
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user