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