Skip to content

Commit

Permalink
service worker
Browse files Browse the repository at this point in the history
  • Loading branch information
wish13yt committed Jan 3, 2025
1 parent 49c4e5e commit abb8a4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ <h2>
<script src="js/christmasmusic.js"></script>
<script>
if (typeof navigator.serviceWorker !== 'undefined') {
navigator.serviceWorker.register('js/pwabuilder-sw.js')
navigator.serviceWorker.register('pwabuilder-sw.js')
}
</script>
</body>
Expand Down
File renamed without changes.

0 comments on commit abb8a4c

Please sign in to comment.