mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-17 13:39:46 +08:00
not registering the service worker for now
This commit is contained in:
parent
22c0f58cd8
commit
7e55271672
1 changed files with 3 additions and 3 deletions
|
|
@ -97,9 +97,9 @@
|
|||
registration.unregister();
|
||||
}
|
||||
});
|
||||
navigator.serviceWorker.register("sw.js").then((reg) => {
|
||||
reg.update();
|
||||
});
|
||||
// navigator.serviceWorker.register("sw.js").then((reg) => {
|
||||
// reg.update();
|
||||
// });
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue