This commit is contained in:
waltem01 2022-10-07 07:29:15 +02:00
parent bf56640b79
commit 05097505d9

View File

@ -36,7 +36,7 @@ function setup() {
pE.innerHTML = "";
};
aM.appendChild(aB);
},70*60*1000);
},4200000);
let saved = window.localStorage.getItem("Count");
if (saved > count)
count = saved;