mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-03 18:29:32 +01:00
Moved all of the ajax functions over to use the cache rather than last.fm/amazon
This commit is contained in:
@@ -171,7 +171,7 @@
|
||||
|
||||
function getArtistBio() {
|
||||
var id = "${artist['ArtistID']}";
|
||||
var elem = $("div#artistBio")
|
||||
var elem = $("#artistBio");
|
||||
getInfo(elem,id,'artist');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user