tidy logs. Add all files to service worker
This commit is contained in:
@@ -11,6 +11,11 @@ const contentToCache = [
|
||||
'/static/db.js',
|
||||
'/static/PeerManager.js',
|
||||
'/static/IDUtils.js',
|
||||
'/static/dataUtils.js',
|
||||
'/static/App.js',
|
||||
'/static/Sync.js',
|
||||
'/static/IDUtils.js',
|
||||
'/static/log.js',
|
||||
'/static/favicon.ico'
|
||||
];
|
||||
self.addEventListener("install", (e) => {
|
||||
|
||||
Reference in New Issue
Block a user