Skip to content
Snippets Groups Projects

Zmena v datumu - content/assets/js/timer.js

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -5,7 +5,7 @@ document.addEventListener(
"DOMContentLoaded",
function() {
// Set the date we're counting down to
var countDownDate = new Date("Sep 16, 2022 12:00:00").getTime();
var countDownDate = new Date("Sep 14, 2022 08:00:00").getTime();
function timer() {
Loading