mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Revert not intentional commented out line from previous commit
This commit is contained in:
parent
ad553c13d4
commit
5cae15dc6b
@ -804,7 +804,7 @@
|
|||||||
$topmenu_info_notifications.addClass('egwpopup_notify');
|
$topmenu_info_notifications.addClass('egwpopup_notify');
|
||||||
$topmenu_info_notifications.append($popup_note);
|
$topmenu_info_notifications.append($popup_note);
|
||||||
$popup_note.text(egw.lang('You have %1 unread notifications', counter));
|
$popup_note.text(egw.lang('You have %1 unread notifications', counter));
|
||||||
//setTimeout(function (){$popup_note.remove();}, 5000);
|
setTimeout(function (){$popup_note.remove();}, 5000);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user