From ff4a8f542b7738ecc8c65bd61b66b94772118253 Mon Sep 17 00:00:00 2001 From: abuyoyo Date: Wed, 27 Sep 2023 22:31:13 +0300 Subject: [PATCH] Filter .hidden notices Fix 0-count notices panel. Fix wrong priority color plugin-count bullet on auto-collapsed panel. --- js/notice_manager_panel.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/notice_manager_panel.js b/js/notice_manager_panel.js index 5153a83..6a59466 100644 --- a/js/notice_manager_panel.js +++ b/js/notice_manager_panel.js @@ -26,6 +26,7 @@ var NoticeManager = (function ($, document) { ".inline", ".below-h2", ".theme-info .notice", + ".hidden", ] // wait function used with autoCollapse