mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-12-04 03:17:53 -05:00
Service worker update
This commit is contained in:
parent
251e3355de
commit
3161801ca5
2 changed files with 4 additions and 2 deletions
|
@ -83,7 +83,9 @@ async function listPages() {
|
|||
}
|
||||
|
||||
document.addEventListener("DOMContentLoaded", (event) => {
|
||||
listPages()
|
||||
if (navigator && navigator.serviceWorker) {
|
||||
listPages()
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit df0ec44936cb06d4ec0282e3cd057321ad655b2a
|
||||
Subproject commit be3e20feb6562044b0b6559810d4482bf90f9ef2
|
Loading…
Reference in a new issue