Skip to content

Commit 969473a

Browse files
committed
removing counter
1 parent 4b9df0f commit 969473a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
var registrationDistance = registrationDate - now;
148148

149149
var registrationCounter = "";
150-
var publishCountdown = true; // false
150+
var publishCountdown = false; // true
151151
if (publishCountdown) {
152152
var firstLectureDate = new Date("March 3, 2025 11:00:00 GMT-04:00").getTime();
153153
var numLectures = 10;

0 commit comments

Comments
 (0)