aboutsummaryrefslogtreecommitdiff
path: root/_includes/footer.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/footer.html')
-rw-r--r--_includes/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index ac1c232..97528ab 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -51,7 +51,7 @@
51<script> 51<script>
52 if('serviceWorker' in navigator) { 52 if('serviceWorker' in navigator) {
53 navigator.serviceWorker 53 navigator.serviceWorker
54 .register('/assets/sw.js') 54 .register('/sw.js')
55 .then(function() { 55 .then(function() {
56 console.log('Service Worker Registered'); 56 console.log('Service Worker Registered');
57 }); 57 });