mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-04 02:39:31 +01:00
Initial changes to the default template to use the cache
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user