From 1d10cd801e1a370144c1c69b6f4537ce8e6a60b8 Mon Sep 17 00:00:00 2001 From: jakobst1n Date: Tue, 13 Oct 2020 20:45:09 +0200 Subject: Updates --- index.html | 2 +- service-worker-index.html | 2 +- service-worker.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 234bf7a..4195346 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ - Aurora data

The earth

-

KP -

↑ KP - ↓ KP -

BZ

-

Probability

10%

Clouds

-%

Predicted

Cannot connect to NOAA
\ No newline at end of file + Aurora data

The earth

-

KP -

↑ KP - ↓ KP -

BZ

-

Probability

10%

Clouds

-%

Predicted

Cannot connect to NOAA
\ No newline at end of file diff --git a/service-worker-index.html b/service-worker-index.html index 482b4ab..5ce36de 100644 --- a/service-worker-index.html +++ b/service-worker-index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/service-worker.js b/service-worker.js index 5c72ef9..2f4b8c0 100644 --- a/service-worker.js +++ b/service-worker.js @@ -1 +1 @@ -!function(){"use strict";const e=1602613560742,t="cache"+e,s=["/client/inject_styles.5607aec6.js","/client/index.4a84583d.js","/client/client.7f720467.js"].concat(["/service-worker-index.html","/aurora.jpg","/favicon.png","/global.css","/index.css","/logo-192.png","/logo-512.png","/manifest.json","/postcss.config.js"]),n=new Set(s);self.addEventListener("install",(e=>{e.waitUntil(caches.open(t).then((e=>e.addAll(s))).then((()=>{self.skipWaiting()})))})),self.addEventListener("activate",(e=>{e.waitUntil(caches.keys().then((async e=>{for(const s of e)s!==t&&await caches.delete(s);self.clients.claim()})))})),self.addEventListener("fetch",(t=>{if("GET"!==t.request.method||t.request.headers.has("range"))return;const s=new URL(t.request.url);s.protocol.startsWith("http")&&(s.hostname===self.location.hostname&&s.port!==self.location.port||(s.host===self.location.host&&n.has(s.pathname)?t.respondWith(caches.match(t.request)):"only-if-cached"!==t.request.cache&&t.respondWith(caches.open("offline"+e).then((async e=>{try{const s=await fetch(t.request);return e.put(t.request,s.clone()),s}catch(s){const n=await e.match(t.request);if(n)return n;throw s}})))))}))}(); +!function(){"use strict";const e=1602614704342,t="cache"+e,s=["/client/inject_styles.5607aec6.js","/client/index.4a84583d.js","/client/client.7f720467.js"].concat(["/service-worker-index.html","/aurora.jpg","/favicon.png","/global.css","/index.css","/logo-192.png","/logo-512.png","/manifest.json","/postcss.config.js"]),n=new Set(s);self.addEventListener("install",(e=>{e.waitUntil(caches.open(t).then((e=>e.addAll(s))).then((()=>{self.skipWaiting()})))})),self.addEventListener("activate",(e=>{e.waitUntil(caches.keys().then((async e=>{for(const s of e)s!==t&&await caches.delete(s);self.clients.claim()})))})),self.addEventListener("fetch",(t=>{if("GET"!==t.request.method||t.request.headers.has("range"))return;const s=new URL(t.request.url);s.protocol.startsWith("http")&&(s.hostname===self.location.hostname&&s.port!==self.location.port||(s.host===self.location.host&&n.has(s.pathname)?t.respondWith(caches.match(t.request)):"only-if-cached"!==t.request.cache&&t.respondWith(caches.open("offline"+e).then((async e=>{try{const s=await fetch(t.request);return e.put(t.request,s.clone()),s}catch(s){const n=await e.match(t.request);if(n)return n;throw s}})))))}))}(); -- cgit v1.2.3