From b4efbfbce73336829aee75843cf1d18fdd7c031f Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 20 Oct 2013 21:02:24 -0700 Subject: partial fix for issue #123 - this doesn't actually fix the reported problem, but does instantly reset the notification count when you click 'mark all xyz notifications seen' --- js/main.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/main.js') diff --git a/js/main.js b/js/main.js index 432b02bee..a19f9feb6 100644 --- a/js/main.js +++ b/js/main.js @@ -98,6 +98,7 @@ function markRead(notifType) { $.get('ping?f=&markRead='+notifType); if(timer) clearTimeout(timer); + $('#' + notifType + '-update').html(''); timer = setTimeout(NavUpdate,2000); } -- cgit v1.2.3