From 9204fdf92c2052c3c87362497e1730731f818885 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 9 Nov 2023 07:01:22 -0500 Subject: [PATCH] Partially revert 3ff456a Related feedback: https://github.com/gorhill/uBlock/commit/3ff456a63d1c05128d69ec6cfbd12f07670fb347#commitcomment-132105051 --- src/js/3p-filters.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/3p-filters.js b/src/js/3p-filters.js index eec5bdd47..610a8042e 100644 --- a/src/js/3p-filters.js +++ b/src/js/3p-filters.js @@ -292,7 +292,7 @@ const renderWidgets = ( ) => { dom.cl.toggle('#buttonUpdate', 'active', updating); dom.cl.toggle('#buttonUpdate', 'disabled', updating === false && - qs$('#lists .listEntry.checked.obsolete.cached:not(.toRemove)') === null + qs$('#lists .listEntry.checked.obsolete:not(.toRemove)') === null ); dom.cl.toggle('#buttonPurgeAll', 'disabled', updating || qs$('#lists .listEntry.cached:not(.obsolete)') === null