do not set notify popup empty anymore (though another solution is needed for firehose mode)

This commit is contained in:
friendica 2012-02-25 16:16:52 -08:00
parent 2c7da5d0de
commit da1411af47
1 changed files with 2 additions and 2 deletions

View File

@ -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);