pull/1022/head
Jasper van Merle 6 years ago committed by GitHub
parent dff5675a0c
commit 876d9a4410
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -47,7 +47,7 @@ canICloseTheTab = ->
reason = "aren't available in your browser (or are disabled)" reason = "aren't available in your browser (or are disabled)"
if app.config.env != 'production' if app.config.env != 'production'
reason = "are disabled in your development instance of DevDocs (enable them by setting the <code>ENABLE_SERVICE_WORKERS</code> environment variable to <code>true</code>)" reason = "are disabled in your development instance of DevDocs (enable them by setting the <code>ENABLE_SERVICE_WORKER</code> environment variable to <code>true</code>)"
""" No. Service Workers #{reason}, so loading <a href="//devdocs.io">devdocs.io</a> offline won't work.<br> """ No. Service Workers #{reason}, so loading <a href="//devdocs.io">devdocs.io</a> offline won't work.<br>
The current tab will continue to function even when you go offline (provided you installed all the documentations beforehand). """ The current tab will continue to function even when you go offline (provided you installed all the documentations beforehand). """

Loading…
Cancel
Save