From 8ffcbbb21263e70f43d791434d88a9e21641fc30 Mon Sep 17 00:00:00 2001 From: Juan Munoz Date: Thu, 2 Jun 2022 15:57:55 +0200 Subject: [PATCH] feat: prevent losing data on user navigation (#800) --- index.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 3189bb410c..10d3047e4a 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,8 @@ - + @@ -37,6 +38,15 @@ if ('serviceWorker' in navigator) navigator.serviceWorker.register('/sw.js'); + - + \ No newline at end of file