reformat by IDE

This commit is contained in:
Frank Schwenk
2022-03-26 09:11:43 +01:00
parent 3d6f40b3fe
commit 08536d7949
2 changed files with 14 additions and 2 deletions

View File

@@ -239,6 +239,7 @@ function updateDisplay() {
document.querySelector('.display-timer').innerText = timer;
document.querySelector('.display-bar').style.background = "linear-gradient(90deg, rgba(0,0,0,1) -200%, rgba(255,0,0,1) " + (Math.ceil(100 - (timer / resetTime) * 300)) + "%, rgba(0,241,32,1) 100%)";
}
function runTimer() {
if (timer < 0) {
toggleTimer();