Moved all of the ajax functions over to use the cache rather than last.fm/amazon

This commit is contained in:
rembo10
2012-06-25 23:50:01 +05:30
parent fa1a4afdb3
commit f4074f433a
6 changed files with 92 additions and 40 deletions

View File

@@ -171,7 +171,7 @@
function getArtistBio() {
var id = "${artist['ArtistID']}";
var elem = $("div#artistBio")
var elem = $("#artistBio");
getInfo(elem,id,'artist');
}