diff --git a/app/static/app/js/serviceworker.js b/app/static/app/js/serviceworker.js
index 4eba65c..ec39338 100644
--- a/app/static/app/js/serviceworker.js
+++ b/app/static/app/js/serviceworker.js
@@ -8,7 +8,7 @@ self.addEventListener("install", event => {
'/static/app/css/custom.css',
'/static/app/js/dbcontrol.js',
'/static/app/js/home.js',
- '/static/app/js/timer.js',
+ '/static/app/js/timer.js',
'/static/app/js/welcomeControl.js',
'/static/app/js/exportDB.js',
'/static/app/js/importDB.js',
@@ -56,15 +56,15 @@ self.addEventListener('activate', event => {
);
});
-// Serve from Cache
-self.addEventListener("fetch", event => {
- event.respondWith(
- caches.match(event.request)
- .then(response => {
- return response || fetch(event.request);
- })
- .catch(() => {
- return caches.match('/app/home');
- })
- )
-});
\ No newline at end of file
+// // Serve from Cache
+// self.addEventListener("fetch", event => {
+// event.respondWith(
+// caches.match(event.request)
+// .then(response => {
+// return response || fetch(event.request);
+// })
+// .catch(() => {
+// return caches.match('/app/home');
+// })
+// )
+// });
\ No newline at end of file
diff --git a/app/templates/app/updateinfo.html b/app/templates/app/updateinfo.html
index 0aaf750..f4d9bb4 100644
--- a/app/templates/app/updateinfo.html
+++ b/app/templates/app/updateinfo.html
@@ -1,7 +1,7 @@
Fehler Behebung! 🔥
Monatswechsel funktioniert!
@@ -19,4 +19,4 @@