Style changes

This commit is contained in:
2017-07-15 18:51:25 +02:00
parent f3751262f2
commit e5e8cd9d25
2 changed files with 3 additions and 3 deletions

View File

@ -74,9 +74,9 @@ self.addEventListener("message", (evt: any) => {
}
// If a subpage has refreshed, refresh the main page cache, too.
if(url.includes("/_/")) {
// if(url.includes("/_/")) {
}
// }
let cacheRefresh = CACHEREFRESH.get(url)