Remove the remaining default interface references to the old image cache

This commit is contained in:
Patrick Speiser
2012-10-04 01:34:12 +02:00
parent f16a6acfdb
commit 951dfafebf
5 changed files with 1 additions and 69 deletions

View File

@@ -26,17 +26,6 @@
<%def name="javascriptIncludes()">
<script src="js/libs/jquery.dataTables.min.js"></script>
<script>
function getArtistArt() {
var nodes = document.getElementById("artist_table").getElementsByTagName("img");
$("#artist_table img").each(function(){
var id = $(this).attr('id');
var image = $(this);
if ( !image.hasClass('done') ) {
image.addClass('done');
getThumb(image,id,'artist');
}
});
}
function initThisPage() {
$('#artist_table').dataTable({
"bDestroy": true,