aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--view/tpl/notifications_widget.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl
index 8e22da6c5..146c510f1 100644
--- a/view/tpl/notifications_widget.tpl
+++ b/view/tpl/notifications_widget.tpl
@@ -82,7 +82,7 @@
{{if $notification.filter}}
$(document).on('click', '#tt-{{$notification.type}}-only', function(e) {
e.preventDefault();
- $('#nav-{{$notification.type}}-menu [data-thread_top=false]').toggle();
+ $('#nav-{{$notification.type}}-menu [data-thread_top=false]').toggleClass('d-none');
$(this).toggleClass('active sticky-top');
});
$(document).on('click', '#cn-{{$notification.type}}-input-clear', function(e) {