From 631f049edad11c950879b8fe5ddd014de1f3d506 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Fri, 9 Nov 2012 18:30:27 +0100 Subject: [PATCH 1/1] add explicit NETWORK section to manifest again, don't put index.html in there as the main document is a 'master' entry anyhow --- manifest.appcache | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/manifest.appcache b/manifest.appcache index b2d276c..a1edad6 100644 --- a/manifest.appcache +++ b/manifest.appcache @@ -1,7 +1,6 @@ CACHE MANIFEST -# 2012-11-06 -index.html +# 2012-11-09 manifest.webapp js/mandelbrot.js style/initial-overview.png @@ -9,3 +8,6 @@ style/mandelbrot.css style/mandelbrotIcon16.png style/mandelbrotIcon32.png style/plain-overview.png + +NETWORK: +* -- 2.35.3