Improved theme switching

This commit is contained in:
2017-11-16 15:15:35 +01:00
parent a83a4fd208
commit eb822e6418
4 changed files with 32 additions and 11 deletions

View File

@ -41,7 +41,7 @@ class MyServiceWorker {
currentCSP: string
constructor() {
this.cache = new MyCache("v-4")
this.cache = new MyCache("v-5")
this.currentCSP = ""
self.addEventListener("install", (evt: InstallEvent) => evt.waitUntil(this.onInstall(evt)))