master
jvoisin 5 years ago
parent 9a43b4f360
commit c5eb7aa37c
  1. 2
      airsonic-main/src/main/webapp/WEB-INF/jsp/artistMain.jsp

@ -70,7 +70,7 @@
$("#artistBio").append(artistInfo.artistBio.biography); $("#artistBio").append(artistInfo.artistBio.biography);
if (artistInfo.artistBio.largeImageUrl) { if (artistInfo.artistBio.largeImageUrl) {
$("#artistImage").attr({ $("#artistImage").attr({
"src", artistInfo.artistBio.largeImageUrl, "src": artistInfo.artistBio.largeImageUrl,
"class": "fancy" "class": "fancy"
}); });
$("#artistImageZoom").attr("href", artistInfo.artistBio.largeImageUrl); $("#artistImageZoom").attr("href", artistInfo.artistBio.largeImageUrl);

Loading…
Cancel
Save