aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-02-25 16:16:52 -0800
committerfriendica <info@friendica.com>2012-02-25 16:16:52 -0800
commitda1411af476ffd9b46a6931da3d7641f31e2e116 (patch)
treea4c69984745d4ca0e3d46dc6fbdd3538047478b0
parent2c7da5d0de29cd7010bd6a34c0b6cfb79fe24466 (diff)
downloadvolse-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)
-rwxr-xr-xjs/main.js4
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);