update info view
This commit is contained in:
parent
bb09596566
commit
e8d23cab02
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ oml.ui.infoView = function(externalData, isMixed) {
|
|||
|
||||
iconSize = externalData ? 256 : ui.iconSize,
|
||||
|
||||
isMultiple = !oml.user.ui.item,
|
||||
isMultiple = arguments.length > 0,
|
||||
|
||||
separator = '; ',
|
||||
|
||||
|
@ -712,7 +712,7 @@ oml.ui.infoView = function(externalData, isMixed) {
|
|||
.text(title)
|
||||
.appendTo($data);
|
||||
$('<div>')
|
||||
.text(Ox.formatDate(data[id], '%b %e, %Y'))
|
||||
.text(Ox.formatDate(data[id], '%B %e, %Y'))
|
||||
.appendTo($data);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue