We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88b1551 + 19ed239 commit 983f4d2Copy full SHA for 983f4d2
2 files changed
script.js
@@ -604,6 +604,7 @@
604
try{
605
const saved=JSON.parse(raw);
606
const modal=document.getElementById('resumeModal');
607
+ timeStat.textContent=formatTime(Number(saved.elapsed) || 0);
608
modal.hidden=false;
609
document.getElementById('resumeYesBtn').onclick=()=>{ modal.hidden=true; applyLoadedData(saved); };
610
document.getElementById('resumeNoBtn').onclick=()=>{ modal.hidden=true; newGame(); };
sw.js
@@ -1,4 +1,4 @@
1
-const CACHE_NAME = 'shandoku-wife-edition-v3';
+const CACHE_NAME = 'shandoku-wife-edition-v4';
2
const STATIC_ASSETS = [
3
'./index.html',
4
'./style.css',
0 commit comments