debugging PWA

This commit is contained in:
Tobi 2024-04-09 10:26:13 +02:00
parent 00041e6a88
commit fac2662460

View file

@ -189,6 +189,9 @@
// Hide the installation button once the app is installed
document.getElementById('installButton').style.display = 'none';
// Hide the installation instructions once the app is installed
document.getElementById('install-instructions').style.display = 'none';
}
// Show installation instructions only if app is not already installed