remove service worker
This commit is contained in:
parent
feb78a63f2
commit
7b6d6c3193
1 changed files with 2 additions and 2 deletions
|
|
@ -96,7 +96,7 @@
|
|||
document.getElementById('loader').style.display = 'none';
|
||||
});
|
||||
|
||||
|
||||
/*
|
||||
function invokeServiceWorkerUpdateFlow() {
|
||||
// you have a better UI here, reloading is not a great user experince here.
|
||||
const confirmed = confirm('New version of the app is available. Refresh now');
|
||||
|
|
@ -143,7 +143,7 @@
|
|||
}
|
||||
|
||||
handleServiceWorker();
|
||||
|
||||
*/
|
||||
</script>
|
||||
|
||||
<script defer src="main.dart.js?v={{ config('ninja.app_version') }}" type="application/javascript"></script>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue