From 8fc0e41beb4563844541868b6c427720cf76d5aa Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 6 Jan 2025 10:14:54 +0100 Subject: fix regression in notifications filter --- view/tpl/notifications_widget.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl') diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl index f884ff1f6..9f7427a7d 100644 --- a/view/tpl/notifications_widget.tpl +++ b/view/tpl/notifications_widget.tpl @@ -546,7 +546,7 @@ } // Filter thread_top notifications if the filter is active - let filterThreadTop = document.getElementById('cn-' + notifyType + '-input'); + let filterThreadTop = document.getElementById('tt-' + notifyType + '-only'); if (filterThreadTop && filterThreadTop.classList.contains('active')) { let notifications = notify_menu.querySelectorAll('[data-thread_top="false"]'); notifications.forEach(notification => notification.classList.add('tt-filter-active')); -- cgit v1.2.3