mirror of
https://github.com/marcrobledo/RomPatcher.js.git
synced 2025-06-27 16:25:54 +00:00
fix default tab
This commit is contained in:
parent
d84cd67e9d
commit
8b776000b3
2 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ addEvent(window,'load',function(){
|
||||||
validateSource();
|
validateSource();
|
||||||
});
|
});
|
||||||
|
|
||||||
setTab(1);
|
//setTab(1);
|
||||||
});
|
});
|
||||||
|
|
||||||
function isSnesRom(fileName){return /\.(smc|sfc|fig|swc)$/.test(fileName)}
|
function isSnesRom(fileName){return /\.(smc|sfc|fig|swc)$/.test(fileName)}
|
||||||
|
|
|
@ -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
|
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=[
|
const PRECACHE_FILES=[
|
||||||
'index.html','./',
|
'index.html','./',
|
||||||
'RomPatcher.css',
|
'RomPatcher.css',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue