mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-12-06 19:26:45 +01:00
Preferences + Format code.
This commit is contained in:
@@ -21,7 +21,7 @@ if (process.env.NODE_ENV === 'production') {
|
||||
},
|
||||
updated() {
|
||||
console.log('New content is available; please refresh.')
|
||||
caches.keys().then(function(names) {
|
||||
caches.keys().then(function (names) {
|
||||
for (let name of names) caches.delete(name);
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user