Skip to content

Commit

Permalink
fixed timer
Browse files Browse the repository at this point in the history
  • Loading branch information
Palm1ye committed May 11, 2024
1 parent 1eaece9 commit b33a2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function startTimer(duration) {
clearInterval(timerInterval);
timerDisplay.textContent = 'Süre Doldu!';
}
}, 500);
}, 1000);
}

function handleEnterKeyPress(event) {
Expand Down

0 comments on commit b33a2f9

Please sign in to comment.