This commit is contained in:
chris 2025-07-31 11:12:44 -04:00
parent dafc29b9d1
commit eb759c6b87

View File

@ -249,7 +249,7 @@
// --- Initializer ---
signOutBtn.addEventListener('click', () => handleSignOut());
updateUI();
console.log("Attempting to register service worker...");
// Add the registration code here, inside the same script
if ('serviceWorker' in navigator) {
window.addEventListener('load', () => {