From da1411af476ffd9b46a6931da3d7641f31e2e116 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 25 Feb 2012 16:16:52 -0800 Subject: [PATCH] do not set notify popup empty anymore (though another solution is needed for firehose mode) --- js/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);