diff --git a/lib/server/appcache.js b/lib/server/appcache.js index 279ab600..b486cd43 100644 --- a/lib/server/appcache.js +++ b/lib/server/appcache.js @@ -108,7 +108,7 @@ function processManifest(){ 'CACHE:\n' + NamesList_s + 'NETWORK:\n' + - '*'; + '*' + 'FALLBACK:' + FallBack_s;