Clic Smiling Face ;)

This commit is contained in:
fred 2023-09-04 15:12:14 +02:00
parent 4ce31a812a
commit 05a5ef867a
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ function testLatency(cb) {
function countdown() {
if (timeLeft == -1) {
clearTimeout(timerId);
elem.innerHTML = "Get response by clicking smiling face ;)"
elem.innerHTML = "Clic Smiling Face ;)"
} else {
elem.innerHTML = timeLeft + " s";
timeLeft--;