mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
fix occasional sticky spinner
This commit is contained in:
parent
f2f7375e00
commit
29c7ba6a1a
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue