Skip to content

Commit 8193057

Browse files
jstirnamanCopilot
andauthored
Update assets/js/datetime.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3609fc9 commit 8193057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/datetime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function enterpriseEOLDate() {
4343
function initialize() {
4444
$('span.current-timestamp').text(currentTimestamp);
4545
$('span.current-time').text(currentTime);
46-
$('span.enterprise-eol-date').text(enterpriseEOLDate);
46+
$('span.enterprise-eol-date').text(enterpriseEOLDate());
4747
$('span.current-date').each(function () {
4848
var dayOffset = parseInt($(this).attr('offset'));
4949
var trimTime = $(this).attr('trim-time') === 'true';

0 commit comments

Comments
 (0)