aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/assets.js
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2015-02-15 09:04:56 -0500
committergorhill <rhill@raymondhill.net>2015-02-15 09:04:56 -0500
commit42dcfa88b8be7f53eb0d6d793e30f3f04751c8f1 (patch)
treefe2d327b89a095aa26253486be89a927c1121616 /src/js/assets.js
parent551308455c16d96570be1ec204d5d93ed887ece1 (diff)
downloaduBlock-42dcfa88b8be7f53eb0d6d793e30f3f04751c8f1.zip
uBlock-42dcfa88b8be7f53eb0d6d793e30f3f04751c8f1.tar.gz
uBlock-42dcfa88b8be7f53eb0d6d793e30f3f04751c8f1.tar.bz2
this has been unrequired since a while
Diffstat (limited to 'src/js/assets.js')
-rw-r--r--src/js/assets.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/js/assets.js b/src/js/assets.js
index ed2f812..074a13f 100644
--- a/src/js/assets.js
+++ b/src/js/assets.js
@@ -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);
};