"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
1 changed files with 1 additions and 1 deletions

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);