Rollback last commit

This commit is contained in:
root
2016-11-29 17:14:48 -05:00
parent 64167ae208
commit 67ddf0f11a
5 changed files with 3 additions and 8 deletions

View File

@ -676,8 +676,6 @@ body {
#track-title {
padding-right: 10px;
padding-left: 10px; }
#track-title span {
text-decoration: underline; }
.album-art {
width: 100%; }

View File

@ -50,7 +50,7 @@ function getAlbumInfo(albumElem) {
// change album artwork
$('#album-artwork').attr('src', json.album_art);
// change album title
$('#album-title span').text(json.title);
$('#album-title').text(json.title);
// change album release date
$('#album-release span').text(formatReleaseDate(json.release_date));
// change album description