Skip to content

Commit d8832f2

Browse files
committed
fixup
1 parent af8250f commit d8832f2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/public/js/service_worker_script.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
var url= window.location.href;
22
var pos = url.search('using_pwa');
33

4-
console.log({$default_location});
5-
64
function initServiceWorker(){
75
if (pos+1 && url[pos+8] && 'serviceWorker' in navigator) {
86
navigator.serviceWorker

0 commit comments

Comments
 (0)