Revert not intentional commented out line from previous commit

This commit is contained in:
Hadi Nategh 2019-05-27 17:20:18 +02:00
parent ad553c13d4
commit 5cae15dc6b

View File

@ -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
{ {