diff --git a/mTest/index.js b/mTest/index.js index 356b543..f098d21 100644 --- a/mTest/index.js +++ b/mTest/index.js @@ -15,7 +15,6 @@ const addBtn = document.querySelector('.add-button'); addBtn.style.display = 'none'; window.addEventListener('beforeinstallprompt', (e) => { - console.log(123) var ua = window.navigator.userAgent.toLowerCase(); if (/android/.test(ua)) { if(sessionStorage.type=="pwa")return; diff --git a/mTest/manifest.webmanifest b/mTest/manifest.webmanifest index 38ec5d1..bae6bb6 100644 --- a/mTest/manifest.webmanifest +++ b/mTest/manifest.webmanifest @@ -11,5 +11,5 @@ ], "name": "Footseen web", "short_name": "Footseen", - "start_url": "/mTest/index.html?type=pwa" + "start_url": "/mobile/index.html?type=pwa" } \ No newline at end of file