1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02:00

fix occasional sticky spinner

This commit is contained in:
gorhill 2017-01-19 14:03:08 -05:00
parent f2f7375e00
commit 29c7ba6a1a

View File

@ -139,6 +139,7 @@ var renderFilterLists = function() {
lastUpdateString.replace('{{ago}}', renderElapsedTimeToString(asset.writeTime))
);
}
li.classList.remove('updating');
li.classList.remove('discard');
return li;
};