Kaynağa Gözat

計時器修正

jeter20131220 3 yıl önce
ebeveyn
işleme
6dfe657c07
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      goto.js

+ 1 - 1
goto.js

@@ -471,7 +471,7 @@ $(".Course-box01").fadeOut(0);
     minute = second * 60,
     hour = minute * 60,
     day = hour * 24;
-  let birthday = "Aug 31, 2021 23:59:00",
+  let birthday = "Oct 01, 2021 23:59:00",
     countDown = new Date(birthday).getTime(),
 
     x = setInterval(function () {