Skip to content

Commit

Permalink
Update Date Part 1
Browse files Browse the repository at this point in the history
  • Loading branch information
AvgZing authored Oct 9, 2017
1 parent d647938 commit 7765575
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 @@ -189,7 +189,7 @@
/*----------------------------------------------------*/
/* Final Countdown Settings
------------------------------------------------------ */
var finalDate = '2017/12/25';
var finalDate = '2017/12/26';

$('div#counter').countdown(finalDate)
.on('update.countdown', function(event) {
Expand All @@ -206,4 +206,4 @@
});


})(jQuery);
})(jQuery);

0 comments on commit 7765575

Please sign in to comment.