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 = ""; pE.innerHTML = "";
}; };
aM.appendChild(aB); aM.appendChild(aB);
},70*60*1000); },4200000);
let saved = window.localStorage.getItem("Count"); let saved = window.localStorage.getItem("Count");
if (saved > count) if (saved > count)
count = saved; count = saved;