Update assets/js/datetime.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
chore-js-refactor-footer-scripts-modules
Jason Stirnaman 2025-06-09 17:17:34 -05:00 committed by GitHub
parent 3609fc9c92
commit 8193057986
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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';