From 8ab9516238d05754297232a275aa3c87da63b0d4 Mon Sep 17 00:00:00 2001 From: Marc Robledo Date: Tue, 3 Mar 2020 17:39:44 +0100 Subject: [PATCH] messed up and regressed ppf.js in latest commit for some reason, this should fix it --- _cache_service_worker.js | 2 +- index.html | 2 +- ppf.js | 47 +++++++++++++++++++++++++++++----------- 3 files changed, 36 insertions(+), 15 deletions(-) diff --git a/_cache_service_worker.js b/_cache_service_worker.js index bf99faa..9fb2bc9 100644 --- a/_cache_service_worker.js +++ b/_cache_service_worker.js @@ -30,7 +30,7 @@ caches.keys().then(function(cacheNames){ }); var PRECACHE_ID='rom-patcher-js'; -var PRECACHE_VERSION='v7b'; +var PRECACHE_VERSION='v7c'; var PRECACHE_URLS=[ '/RomPatcher.js/','/RomPatcher.js/index.html', '/RomPatcher.js/manifest.json', diff --git a/index.html b/index.html index 2acbc5f..9ed1db9 100644 --- a/index.html +++ b/index.html @@ -149,7 +149,7 @@