Fix tooltip of notifications indicator

This commit is contained in:
Hadi Nategh 2019-12-03 16:24:17 +01:00
parent cf2d626bca
commit b760fcf857

View File

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