We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3609fc9 commit 8193057Copy full SHA for 8193057
assets/js/datetime.js
@@ -43,7 +43,7 @@ function enterpriseEOLDate() {
43
function initialize() {
44
$('span.current-timestamp').text(currentTimestamp);
45
$('span.current-time').text(currentTime);
46
- $('span.enterprise-eol-date').text(enterpriseEOLDate);
+ $('span.enterprise-eol-date').text(enterpriseEOLDate());
47
$('span.current-date').each(function () {
48
var dayOffset = parseInt($(this).attr('offset'));
49
var trimTime = $(this).attr('trim-time') === 'true';
0 commit comments