You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assets/javascripts/templates/pages/offline_tmpl.coffee
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ canICloseTheTab = ->
47
47
reason="aren't available in your browser (or are disabled)"
48
48
49
49
ifapp.config.env!='production'
50
-
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>)"
50
+
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>)"
51
51
52
52
""" No. Service Workers #{reason}, so loading <a href="//devdocs.io">devdocs.io</a> offline won't work.<br>
53
53
The current tab will continue to function even when you go offline (provided you installed all the documentations beforehand). """
0 commit comments