forked from extern/egroupware
* Notifications: implement new indicator in dashboard in order to notify user about unread notifications
This commit is contained in:
parent
e00267f6f5
commit
5c6bae9c5c
@ -97,7 +97,7 @@
|
||||
.prop('title', _tooltip)
|
||||
.appendTo(item);
|
||||
}
|
||||
$notify.text(_message);
|
||||
$notify.prop('title', _tooltip).text(_message);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user