Skip to content

Commit

Permalink
update pwa
Browse files Browse the repository at this point in the history
  • Loading branch information
kaheetonaa authored Oct 20, 2024
1 parent 09c642a commit 5dc4390
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset='utf-8'>
<meta name="pwa-capable" content="yes">
<link rel="manifest" href="manifest.webmanifest">
<title>iD</title>
<link rel="canonical" href="https://kaheetonaa.github.io/id_sandbox_for_all/" />title>iD</title>
<link rel='stylesheet' href='dist/iD.css'>
<link rel='icon' type='image/png' href='icon/euth-icon.png'>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Comfortaa">
Expand Down Expand Up @@ -177,7 +177,7 @@ <h2>Open sandbox editting in JOSM</h2>
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker
.register('sw.js')
.register('/id_sandbox_for_all/sw.js',{scope: '/id_sandbox_for_all/'})
.then(() => { console.log('Service Worker Registered'); });
}
var container = document.getElementById('id-container');
Expand Down

0 comments on commit 5dc4390

Please sign in to comment.