|
|
@@ -41,11 +41,11 @@ app.templates.offlinePage = (docs) -> """
|
|
|
|
|
|
canICloseTheTab = ->
|
|
|
if app.AppCache.isEnabled()
|
|
|
- """ Yes! Even offline, you can open a new tab, go to <a href="http://devdocs.io">devdocs.io</a>, and everything will work as if you were online (provided you installed all the documentations you want to use beforehand). """
|
|
|
+ """ Yes! Even offline, you can open a new tab, go to <a href="//devdocs.io">devdocs.io</a>, and everything will work as if you were online (provided you installed all the documentations you want to use beforehand). """
|
|
|
else if app.mozApp
|
|
|
""" Yes! Even offline, you can open the app and everything will work as if you were online (provided you installed all the documentations you want to use beforehand). """
|
|
|
else
|
|
|
- """ No. AppCache isn't available in your browser (or is disabled) so loading <a href="http://devdocs.io">devdocs.io</a> offline won't work.<br>
|
|
|
+ """ No. AppCache isn't available in your browser (or is disabled) so loading <a href="//devdocs.io">devdocs.io</a> offline won't work.<br>
|
|
|
The current tab will continue to work, though (provided you installed all the documentations you want to use beforehand). """
|
|
|
|
|
|
app.templates.offlineDoc = (doc, status) ->
|