Compare commits

..

No commits in common. "cc99fdfe0ca46f28f0d94b19b66fcb66bc9dbd81" and "e3f22606a6889796b3f66b5af95d488a0d229a41" have entirely different histories.

View file

@ -79,7 +79,7 @@ document.addEventListener("alpine:init", () => {
}
case 3: {
this.time =
Math.floor(((new Date().getTime() - this.startedAt) / 1000).toFixed(2) * 1000);
((new Date().getTime() - this.startedAt) / 1000).toFixed(2) * 1000;
this.startedAt = null;
sayNumber(this.time / 10);