Skip to content

Commit

Permalink
set timer back to 60
Browse files Browse the repository at this point in the history
  • Loading branch information
Closer2U committed Feb 28, 2024
1 parent 0573dde commit 9f4bd4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/timer.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fade();
//window.onload = function () {
document.getElementById("Pulse").onclick = function () {
//function startMinute() {
var oneMinute = 5,
var oneMinute = 60,
display = document.getElementById('Timer');
startTimer(oneMinute, display);
};

0 comments on commit 9f4bd4e

Please sign in to comment.