mirror of https://github.com/gorhill/uBlock.git
Partially revert 3ff456a
Related feedback:
3ff456a63d (commitcomment-132105051)
This commit is contained in:
parent
1809b2d1ad
commit
9204fdf92c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue