diff --git a/templates/index.html b/templates/index.html index 61e0e35..df5d280 100644 --- a/templates/index.html +++ b/templates/index.html @@ -46,7 +46,7 @@ let autoScanTimer=null;function configureAutoScan(){if(autoScanTimer)clearInterv if('serviceWorker' in navigator)window.addEventListener('load',()=>navigator.serviceWorker.register('/static/sw.js').catch(()=>{}));