mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
this has been unrequired since a while
This commit is contained in:
parent
551308455c
commit
42dcfa88b8
2 changed files with 1 additions and 3 deletions
|
@ -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__",
|
||||
|
|
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue