Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
changed date
  • Loading branch information
devendrakanojiya authored Dec 6, 2022
1 parent ef505b1 commit 1b0aa04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ $(window).load(function(){


$('#countdown').countdown({
date: "Mar 25 2021",
date: "Dec 26 2022",
render: function(data) {
var el = $(this.el);
el.empty()
Expand All @@ -66,4 +66,4 @@ $('#countdown').countdown({
.append("<div>" + this.leadingZeros(data.min, 2) + " <span>min</span></div>")
.append("<div>" + this.leadingZeros(data.sec, 2) + " <span>sec</span></div>");
}
});
});

0 comments on commit 1b0aa04

Please sign in to comment.