Fix a typo
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user