mirror of
https://github.com/cfultz/mtgcsv.git
synced 2024-11-21 17:00:04 +01:00
Added sw.js to index.html
This commit is contained in:
parent
e3e2bcab76
commit
3143951e95
@ -70,5 +70,10 @@
|
||||
</footer>
|
||||
|
||||
<script type="module" src="app.js"></script>
|
||||
<script>
|
||||
if (typeof navigator.serviceWorker !== 'undefined') {
|
||||
navigator.serviceWorker.register('sw.js')
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user