1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 21:04:19 +02:00

this has been unrequired since a while

This commit is contained in:
gorhill 2015-02-15 09:04:56 -05:00
parent 551308455c
commit 42dcfa88b8
2 changed files with 1 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "µBlock",
"version": "0.8.8.0",
"version": "0.8.8.1",
"default_locale": "en",
"description": "__MSG_extShortDesc__",

View File

@ -119,8 +119,6 @@ var cachedAssetsManager = (function() {
var lastVersion = store.extensionLastVersion || '0.0.0.0';
if ( currentVersion !== lastVersion ) {
vAPI.storage.set({ 'extensionLastVersion': currentVersion });
exports.remove(/^assets\/(ublock|thirdparties)\//);
exports.remove('assets/checksums.txt');
}
callback(entries);
};