FIX display the date and time fields for embargo and expires.

This commit is contained in:
Cam Findlay 2013-05-09 10:19:30 +12:00
parent 6ecfa61ca1
commit da7e1ccc34
1 changed files with 2 additions and 0 deletions

View File

@ -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();