diff options
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index c890b95ae..7955e47c2 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -28,5 +28,10 @@ | |||
28 | <script src="//unpkg.com/prismjs/components/prism-cpp.min.js"></script> | 28 | <script src="//unpkg.com/prismjs/components/prism-cpp.min.js"></script> |
29 | <script src="//unpkg.com/prismjs/components/prism-json.min.js"></script> | 29 | <script src="//unpkg.com/prismjs/components/prism-json.min.js"></script> |
30 | <script src="//unpkg.com/prismjs/components/prism-makefile.min.js"></script> | 30 | <script src="//unpkg.com/prismjs/components/prism-makefile.min.js"></script> |
31 | <script> | ||
32 | if (typeof navigator.serviceWorker !== 'undefined') { | ||
33 | navigator.serviceWorker.register('sw.js') | ||
34 | } | ||
35 | </script> | ||
31 | </body> | 36 | </body> |
32 | </html> | 37 | </html> |