From 88c7f9590fc947ef4b0263da8be58146b8685829 Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Fri, 15 Mar 2024 13:07:50 -0400 Subject: [PATCH] Removing extraneous space --- app/assets/javascripts/loginAlert.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/loginAlert.js b/app/assets/javascripts/loginAlert.js index b65b14734..e6343c195 100644 --- a/app/assets/javascripts/loginAlert.js +++ b/app/assets/javascripts/loginAlert.js @@ -10,7 +10,7 @@ function updateCountdown() { if (countdownContainer) { - const now = new Date().getTime(); + const now = new Date().getTime(); const difference = targetDate - now; // Time calculations for days only