From 0099edf95cd424d615ed7a1ae012106cb4285bec Mon Sep 17 00:00:00 2001 From: Tobi Date: Tue, 9 Apr 2024 10:45:37 +0200 Subject: [PATCH] debudding PWA --- index.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/index.html b/index.html index da2b03c..50e2d0c 100644 --- a/index.html +++ b/index.html @@ -162,11 +162,6 @@ }); } - // Show installation instructions only if accessed via browser - if (window.matchMedia('(display-mode: browser)').matches) { - document.getElementById('install-instructions').style.display = 'block'; - } - // Hide installation instructions once installed as standalone PWA window.addEventListener('beforeinstallprompt', (event) => { event.preventDefault(); // Prevent default browser prompt