Explorar o código

計時器修正

jeter20131220 %!s(int64=3) %!d(string=hai) anos
pai
achega
6dfe657c07
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 () {