forked from 0x2620/pandora
fix releasedata again, was eaten in merge
This commit is contained in:
parent
290f355b47
commit
5b685679d4
1 changed files with 2 additions and 2 deletions
|
@ -340,10 +340,10 @@ pandora.ui.infoView = function(data) {
|
||||||
)
|
)
|
||||||
.appendTo($text);
|
.appendTo($text);
|
||||||
|
|
||||||
data.releaseDate && $('<div>')
|
data.releasedate && $('<div>')
|
||||||
.css(css)
|
.css(css)
|
||||||
.html(
|
.html(
|
||||||
formatKey('Release Date') + Ox.formatDate(data.releaseDate, '%A, %B %e, %Y')
|
formatKey('Release Date') + Ox.formatDate(data.releasedate, '%A, %B %e, %Y')
|
||||||
)
|
)
|
||||||
.appendTo($text);
|
.appendTo($text);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue