From 81930579862c5d797aa8d758e90de7f49ed77020 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Mon, 9 Jun 2025 17:17:34 -0500 Subject: [PATCH] Update assets/js/datetime.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- assets/js/datetime.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/datetime.js b/assets/js/datetime.js index 5c463e545..7c0261416 100644 --- a/assets/js/datetime.js +++ b/assets/js/datetime.js @@ -43,7 +43,7 @@ function enterpriseEOLDate() { function initialize() { $('span.current-timestamp').text(currentTimestamp); $('span.current-time').text(currentTime); - $('span.enterprise-eol-date').text(enterpriseEOLDate); + $('span.enterprise-eol-date').text(enterpriseEOLDate()); $('span.current-date').each(function () { var dayOffset = parseInt($(this).attr('offset')); var trimTime = $(this).attr('trim-time') === 'true';