From d2d479f1d0f4474ea3c7be404cd232f36ecbb9f9 Mon Sep 17 00:00:00 2001 From: Michael McMahon Date: Mon, 13 Nov 2023 19:13:41 -0500 Subject: [PATCH] Add fundraiser banner modal window --- 2024/includes/banner.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2024/includes/banner.html b/2024/includes/banner.html index a492b40c..bec20cc8 100644 --- a/2024/includes/banner.html +++ b/2024/includes/banner.html @@ -277,7 +277,7 @@ We can only learn in freedom if the software we use is free. Your donation helps var startTime, endTime, switchTextTime; startTime = new Date('2023-11-08T04:00:00Z'); -switchTextTime = new Date('2023-01-01T04:00:00Z'); +switchTextTime = new Date('2024-01-01T04:00:00Z'); // endTime is unused. // endTime = new Date('2023-01-19T04:00:00Z'); -- 2.25.1