From fac2662460dcc4823340ae3c10dbfec4fc6563c3 Mon Sep 17 00:00:00 2001 From: Tobi Date: Tue, 9 Apr 2024 10:26:13 +0200 Subject: [PATCH] debugging PWA --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index 86dd74f..3d12570 100644 --- a/index.html +++ b/index.html @@ -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