diff --git a/javascript/DMSDocumentCMSFields.js b/javascript/DMSDocumentCMSFields.js index 274b159..56a89e3 100644 --- a/javascript/DMSDocumentCMSFields.js +++ b/javascript/DMSDocumentCMSFields.js @@ -53,6 +53,7 @@ onchange: function() { //selected the date options if (this.attr('value') === 'Date') { + $('.embargoDatetime').children().show(); $('.embargoDatetime').show(); } else { $('.embargoDatetime').hide(); @@ -64,6 +65,7 @@ onchange: function() { //selected the date options if (this.attr('value') === 'Date') { + $('.expiryDatetime').children().show(); $('.expiryDatetime').show(); } else { $('.expiryDatetime').hide();