Test- disable web service worker

This commit is contained in:
Piotr Siuszko 2025-09-19 11:37:49 +02:00
parent c671f408a0
commit ce0c1de158
1 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@
<!--Register Service Worker. this will cache the wasm / js scripts for offline use (for PWA functionality). -->
<!-- Force refresh (Ctrl + F5) to load the latest files instead of cached files -->
<script>
<!--<script>
// We disable caching during development so that we always view the latest version.
if (
"serviceWorker" in navigator &&
@ -144,7 +144,7 @@
navigator.serviceWorker.register("sw.js");
});
}
</script>
</script>-->
</body>
</html>