From e70052e963e174ded54b2453344924135e9ea25f Mon Sep 17 00:00:00 2001 From: marcrobledo Date: Wed, 19 Sep 2018 09:44:18 +0200 Subject: [PATCH] fixed an important bug while creating IPS patches in some cases --- _cache_service_worker.js | 2 +- index.html | 2 +- ips.js | 17 ++++++++++------- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/_cache_service_worker.js b/_cache_service_worker.js index efe9ed6..f46cbdf 100644 --- a/_cache_service_worker.js +++ b/_cache_service_worker.js @@ -12,7 +12,7 @@ limitations under the License. mod by marcrobledo, original from: https://github.com/GoogleChrome/samples/blob/gh-pages/service-worker/basic/service-worker.js */ -const PRECACHE_ID='v20180918'; +const PRECACHE_ID='v20180919'; const PRECACHE_FILES=[ 'index.html','./', 'RomPatcher.css', diff --git a/index.html b/index.html index 86dbd84..dfd4ae3 100644 --- a/index.html +++ b/index.html @@ -103,7 +103,7 @@