From: friendica Date: Sun, 26 Feb 2012 00:16:52 +0000 (-0800) Subject: do not set notify popup empty anymore (though another solution is needed for firehose... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=da1411af476ffd9b46a6931da3d7641f31e2e116;p=friendica.git do not set notify popup empty anymore (though another solution is needed for firehose mode) --- diff --git a/js/main.js b/js/main.js index 36ef946ca0..e717ca44ed 100755 --- a/js/main.js +++ b/js/main.js @@ -129,8 +129,8 @@ }); } else { - $("#nav-notifications-linkmenu").removeClass("on"); - $("#nav-notifications-menu").html(notifications_empty); + // $("#nav-notifications-linkmenu").removeClass("on"); + // $("#nav-notifications-menu").html(notifications_empty); } if(notif == 0) { notif = ''; $('#notify-update').removeClass('show') } else { $('#notify-update').addClass('show') } $('#notify-update').html(notif);