mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-06 19:02:30 +01:00
fix occasional sticky spinner
This commit is contained in:
parent
f2f7375e00
commit
29c7ba6a1a
@ -139,6 +139,7 @@ var renderFilterLists = function() {
|
||||
lastUpdateString.replace('{{ago}}', renderElapsedTimeToString(asset.writeTime))
|
||||
);
|
||||
}
|
||||
li.classList.remove('updating');
|
||||
li.classList.remove('discard');
|
||||
return li;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user