format dateofcensorcertificate
This commit is contained in:
parent
8b84ad2266
commit
2ae26e4474
1 changed files with 1 additions and 1 deletions
|
@ -754,7 +754,7 @@ pandora.ui.infoView = function(data, isMixed) {
|
||||||
if (key == 'year') {
|
if (key == 'year') {
|
||||||
ret = formatLink(value, 'year');
|
ret = formatLink(value, 'year');
|
||||||
} else if (
|
} else if (
|
||||||
listKeys.indexOf(key) > -1 && Ox.getObjectById(pandora.site.itemKeys, key).type[0] == 'date'
|
specialListKeys.indexOf(key) > -1 && Ox.getObjectById(pandora.site.itemKeys, key).type[0] == 'date'
|
||||||
) {
|
) {
|
||||||
ret = value.split('; ').map(function(date) {
|
ret = value.split('; ').map(function(date) {
|
||||||
date = cleanupDate(date)
|
date = cleanupDate(date)
|
||||||
|
|
Loading…
Reference in a new issue