From fe3f42ce1098e8c8fb4adda071e5005121fc198f Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 3 Nov 2020 07:29:37 +0000 Subject: call sse_setNotificationsStatus() after fading out buttons --- view/js/main.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'view') diff --git a/view/js/main.js b/view/js/main.js index fb7bcb52f..8ceb0b143 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -1868,7 +1868,9 @@ function sse_handleNotifications(obj, replace, followup) { } else { $('.' + type + '-update').html('0'); - $('.' + type + '-button').fadeOut(); + $('.' + type + '-button').fadeOut(function() { + sse_setNotificationsStatus(); + }); } if(obj[type].notifications.length) sse_handleNotificationsItems(type, obj[type].notifications, replace, followup); -- cgit v1.2.3 From 40e0fe1d25d3722d5e63fa062f787c2f98e8b791 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 4 Nov 2020 11:06:30 +0000 Subject: css issue --- view/tpl/connections.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view') diff --git a/view/tpl/connections.tpl b/view/tpl/connections.tpl index 021c33146..fedcff1e3 100755 --- a/view/tpl/connections.tpl +++ b/view/tpl/connections.tpl @@ -20,7 +20,7 @@
- +
-- cgit v1.2.3