From 8b776000b3d0edad7af389ea037a19281bd25c64 Mon Sep 17 00:00:00 2001 From: Marc Robledo Date: Sat, 28 Apr 2018 16:04:45 +0200 Subject: [PATCH] fix default tab --- RomPatcher.js | 2 +- _cache_service_worker.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RomPatcher.js b/RomPatcher.js index bbef518..a5629e8 100644 --- a/RomPatcher.js +++ b/RomPatcher.js @@ -86,7 +86,7 @@ addEvent(window,'load',function(){ validateSource(); }); - setTab(1); + //setTab(1); }); function isSnesRom(fileName){return /\.(smc|sfc|fig|swc)$/.test(fileName)} diff --git a/_cache_service_worker.js b/_cache_service_worker.js index 28f7226..c2acfd6 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='v20180428c'; +const PRECACHE_ID='v20180428d'; const PRECACHE_FILES=[ 'index.html','./', 'RomPatcher.css',