Skip to content

Commit

Permalink
Trying to fix the text not updating
Browse files Browse the repository at this point in the history
  • Loading branch information
HastDu authored Oct 24, 2024
1 parent 9ed1390 commit 289337f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ const hours = now.getHours();
const minutes = now.getMinutes();
const seconds = now.getSeconds();
document.getElementById("period").innerHTML= `Today is: ${month} ${day}, ${hours}:${minutes}:${seconds}`;
}, 500);
}, 250);

0 comments on commit 289337f

Please sign in to comment.