- {/*На будущее - приглашение по ссылке*/
- /*
Моя ссылка:
-
-
-
-
-
-
-
*/}
{activeBoard.board.myInviteLinkUuid ? (
Ссылка-приглашение
diff --git a/sw.js b/sw.js
index 05018ad..b321d6e 100644
--- a/sw.js
+++ b/sw.js
@@ -4,10 +4,10 @@ self.addEventListener('install', event => {
}));
});
-// self.addEventListener('fetch', event => {
-// event.respondWith(
-// fetch(event.request).catch(() => {
-// return caches.match('/static/offline.html');
-// })
-// );
-// });
+self.addEventListener('fetch', event => {
+ event.respondWith(
+ fetch(event.request).catch(() => {
+ return caches.match('/static/sw/offline.html');
+ })
+ );
+});