diff options
author | friendica <info@friendica.com> | 2012-02-25 16:16:52 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-25 16:16:52 -0800 |
commit | da1411af476ffd9b46a6931da3d7641f31e2e116 (patch) | |
tree | a4c69984745d4ca0e3d46dc6fbdd3538047478b0 /js | |
parent | 2c7da5d0de29cd7010bd6a34c0b6cfb79fe24466 (diff) | |
download | volse-hubzilla-da1411af476ffd9b46a6931da3d7641f31e2e116.tar.gz volse-hubzilla-da1411af476ffd9b46a6931da3d7641f31e2e116.tar.bz2 volse-hubzilla-da1411af476ffd9b46a6931da3d7641f31e2e116.zip |
do not set notify popup empty anymore (though another solution is needed for firehose mode)
Diffstat (limited to 'js')
-rwxr-xr-x | js/main.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/main.js b/js/main.js index 36ef946ca..e717ca44e 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); |