We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b9df0f commit 969473aCopy full SHA for 969473a
index.html
@@ -147,7 +147,7 @@
147
var registrationDistance = registrationDate - now;
148
149
var registrationCounter = "";
150
- var publishCountdown = true; // false
+ var publishCountdown = false; // true
151
if (publishCountdown) {
152
var firstLectureDate = new Date("March 3, 2025 11:00:00 GMT-04:00").getTime();
153
var numLectures = 10;
0 commit comments