Initial changes to the default template to use the cache

This commit is contained in:
rembo10
2012-06-25 22:44:20 +05:30
parent 77a887c09b
commit fa1a4afdb3
4 changed files with 94 additions and 114 deletions

View File

@@ -74,11 +74,10 @@
function getArtistArt() {
$("table#artist_table tr td#name").each(function(){
var id = $(this).children('a').attr('title');
var artist = $(this).children('a').text();
var image = $(this).parent().find("td#albumart img");
if ( !image.hasClass('done') ) {
image.addClass('done');
getArtistInfo(artist,image,1,id);
getThumb(image,id,'artist');
}
});
}
@@ -114,4 +113,4 @@
});
</script>
</%def>
</%def>