* Notifications: implement new indicator in dashboard in order to notify user about unread notifications

This commit is contained in:
Hadi Nategh 2019-12-03 16:27:52 +01:00
parent e00267f6f5
commit 5c6bae9c5c

View File

@ -97,7 +97,7 @@
.prop('title', _tooltip)
.appendTo(item);
}
$notify.text(_message);
$notify.prop('title', _tooltip).text(_message);
}
else
{