win conditions and some other stuff

This commit is contained in:
ntr
2019-05-29 15:57:04 +10:00
parent cbe83b3a1e
commit 7f422ce8e8
9 changed files with 49 additions and 30 deletions
+1 -10
View File
@@ -18,14 +18,5 @@
</head>
<body>
</body>
<!-- <script>
// Check that service workers are registered
if ('serviceWorker' in navigator) {
// Use the window load event to keep the page load performant
window.addEventListener('load', () => {
navigator.serviceWorker.register('./service.worker.js');
});
}
</script>
--> <script src="./index.js"></script>
<script src="./index.js"></script>
</html>