We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af8250f commit d8832f2Copy full SHA for d8832f2
app/public/js/service_worker_script.js
@@ -1,8 +1,6 @@
1
var url= window.location.href;
2
var pos = url.search('using_pwa');
3
4
-console.log({$default_location});
5
-
6
function initServiceWorker(){
7
if (pos+1 && url[pos+8] && 'serviceWorker' in navigator) {
8
navigator.serviceWorker
0 commit comments