Skip to content

Commit

Permalink
Update timer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ThanakritW authored Nov 12, 2023
1 parent e9a6e53 commit 6f9a7d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/public/JS/timer.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var countDownDate = new Date("Oct 27, 2023 16:00:00").getTime();
var countDownDate = new Date("Nov 23, 2023 16:00:00").getTime();

var x = setInterval(function () {
function pickHex(days) {
Expand Down Expand Up @@ -54,4 +54,4 @@ var x = setInterval(function () {
document.getElementById("timer2").style.color = pickHex(days);
}

}, 1000);
}, 1000);

0 comments on commit 6f9a7d3

Please sign in to comment.