1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00

reverting last change

This commit is contained in:
gorhill 2015-11-23 09:57:46 -05:00
parent 30039ff9c7
commit 640452ad42

View File

@ -429,10 +429,7 @@ var getRepoMetadata = function(callback) {
) {
entry.repoChecksum = entry.localChecksum;
}
// New entry in remote repo.
if ( entry.repoChecksum !== '' || entry.localChecksum === '' ) {
entry.localChecksum = 'd41d8cd98f00b204e9800998ecf8427e';
checksumsChanged = true;
continue;
}
checksumsChanged = true;