fix
This commit is contained in:
parent
d64313c1ae
commit
f6fde51a55
@ -30,7 +30,7 @@ function startTimer(duration, display) {
|
||||
display.textContent = minutes + ":" + seconds;
|
||||
|
||||
if (--timer < 0) {
|
||||
document.getElementById("odliczacz").innerHTML = "<h1 class='font-weight-bold'>Cas dobiegł końca.</h1><hr/><p>Proszę o zakończenie pracy.</p></div>"
|
||||
document.getElementById("odliczacz").innerHTML = "<h1 class='font-weight-bold'>Czas dobiegł końca.</h1><hr/><p>Proszę o zakończenie pracy.</p></div>"
|
||||
}
|
||||
}, 1000);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user