From 5ff15685ffc2fa50817d5f2ddf2625b50fc65432 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Mon, 12 Oct 2015 13:34:10 -0400 Subject: [PATCH] Revert "Add fallback namespace to app cache manifest" --- assets/javascripts/templates/pages/offline_tmpl.coffee | 3 ++- views/manifest.erb | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/assets/javascripts/templates/pages/offline_tmpl.coffee b/assets/javascripts/templates/pages/offline_tmpl.coffee index 54a6bfa7..b862e1e7 100644 --- a/assets/javascripts/templates/pages/offline_tmpl.coffee +++ b/assets/javascripts/templates/pages/offline_tmpl.coffee @@ -42,7 +42,8 @@ app.templates.offlinePage = (docs) -> """ canICloseTheTab = -> if app.AppCache.isEnabled() - """ Yes! Even offline, you can open a new tab, go to devdocs.io, 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 devdocs.io, and everything will work as if you were online (provided you installed all the documentations you want to use beforehand).
+ Note that loading any page other than devdocs.io directly won't work (due to limitations in AppCache). """ 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 diff --git a/views/manifest.erb b/views/manifest.erb index 870b0381..9ac130d8 100644 --- a/views/manifest.erb +++ b/views/manifest.erb @@ -20,8 +20,6 @@ CACHE: <%= doc_index_urls.join "\n" %> NETWORK: -/s/ * FALLBACK: -/ /