Fix for album release info
This commit is contained in:
@ -46,7 +46,7 @@ function getAlbumInfo(albumElem) {
|
||||
// change album title
|
||||
$('#album-title').text(json.title);
|
||||
// change album release date
|
||||
$('#album-release').text(new Date(json.release_date, "January 25 2015"))
|
||||
$('#album-release span').text(new Date(json.release_date, "January 25 2015"));
|
||||
// change album description
|
||||
$('#album-description').text(json.description);
|
||||
});
|
||||
|
Reference in New Issue
Block a user