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',