From 52adda0bbe88d8493cf3ed3b2ad7b3428bb57c27 Mon Sep 17 00:00:00 2001 From: Marc Robledo Date: Tue, 14 Mar 2017 20:49:37 +0100 Subject: [PATCH] fixed appcache, should load google fonts now --- ips-patcher.appcache | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ips-patcher.appcache b/ips-patcher.appcache index dcccef6..273ef64 100644 --- a/ips-patcher.appcache +++ b/ips-patcher.appcache @@ -1,7 +1,11 @@ CACHE MANIFEST -# last update 2017-03-14 +# last update 2017-03-14b # these belong to the CACHE block index.html ips-patcher.css ips-patcher.js -ips-patcher.png \ No newline at end of file +ips-patcher.png + +# force these files to be loaded in network +NETWORK: +* \ No newline at end of file