1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

"Purge all caches" button seemingly didn't work

This commit is contained in:
Deathamns 2014-10-23 15:24:37 +02:00
parent cc27193147
commit ac272afb4b

View File

@ -215,7 +215,7 @@ var cachedAssetsManager = (function() {
exports.remove(/^assets\/(ublock|thirdparties)\//);
exports.remove('assets/checksums.txt');
if ( typeof callback === 'function' ) {
callback();
callback(null);
}
};
getEntries(onEntries);