Added notification count badge

This commit is contained in:
2018-02-28 16:26:49 +01:00
parent 6f01b654d3
commit fceec3f193
8 changed files with 80 additions and 3 deletions

View File

@ -51,7 +51,7 @@ export class ServiceWorkerManager {
message.url = window.location.href
}
console.log("checking for updates:", message.url)
// console.log("checking for updates:", message.url)
this.postMessage(message)
}