Skip to content

Commit

Permalink
Merge pull request #115 from Nacnano/ThanakritW-patch-1
Browse files Browse the repository at this point in the history
Update timer.js
  • Loading branch information
Nacnano authored Apr 28, 2024
2 parents e9a6e53 + 6f9a7d3 commit 703b284
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 703b284

Please sign in to comment.