mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-24 22:16:14 -04:00
Build 29039830
This commit is contained in:
parent
708c9bda1c
commit
2fdb74a433
8 changed files with 10 additions and 7559 deletions
|
@ -1,6 +1,6 @@
|
|||
if (
|
||||
"serviceWorker" in navigator &&
|
||||
window.location.search.includes("isPWA=true")
|
||||
"serviceWorker" in navigator
|
||||
// && window.location.search.includes("isPWA=true")
|
||||
) {
|
||||
// @ts-ignore
|
||||
navigator.serviceWorker.register(new URL("sw-b71.js", import.meta.url));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue