Skip to content

Commit

Permalink
dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
Anshul1563 committed Apr 11, 2024
1 parent c5d5e7f commit 9631d6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
Math.floor((distance % minute) / second)
).padStart(2, "0");


document.getElementById("days").innerText = days;
document.getElementById("hours").innerText = hours;
document.getElementById("minutes").innerText = minutes;
Expand All @@ -43,7 +44,7 @@
document.getElementById("hours1").innerText = hours;
document.getElementById("minutes1").innerText = minutes;
document.getElementById("seconds1").innerText = seconds;

if (distance < 0) {
document.getElementById("headline").innerText = "It's my birthday!";
document.getElementById("countdown").style.display = "none";
Expand Down

0 comments on commit 9631d6a

Please sign in to comment.