mirror of https://github.com/gorhill/uBlock.git
"Purge all caches" button seemingly didn't work
This commit is contained in:
parent
cc27193147
commit
ac272afb4b
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue