forked from extern/egroupware
Fix tooltip of notifications indicator
This commit is contained in:
parent
cf2d626bca
commit
b760fcf857
@ -97,7 +97,7 @@
|
|||||||
.prop('title', _tooltip)
|
.prop('title', _tooltip)
|
||||||
.appendTo(item);
|
.appendTo(item);
|
||||||
}
|
}
|
||||||
$notify.text(_message);
|
$notify.prop('title', _tooltip).text(_message);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user