diff options
Diffstat (limited to 'templates/document_details.html')
-rw-r--r-- | templates/document_details.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/document_details.html b/templates/document_details.html index 9e98879..e387d1b 100644 --- a/templates/document_details.html +++ b/templates/document_details.html @@ -91,6 +91,10 @@ </div> </div> </section> - + <script> + if (typeof navigator.serviceWorker !== 'undefined') { + navigator.serviceWorker.register('/static/pwabuilder-sw.js') + } + </script> </body> </html>
\ No newline at end of file |