debugging PWA
This commit is contained in:
parent
00041e6a88
commit
fac2662460
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue