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

@@ -90,17 +90,6 @@
<%def name="javascriptIncludes()">
<script src="js/libs/jquery.dataTables.min.js"></script>
<script>
function getAlbumArt() {
$("td#albumart img").each(function(){
var id = $(this).attr('title');
var image = $(this);
if ( !image.hasClass('done') ) {
image.addClass('done');
getThumb(image,id,'album');
}
});
}
function initThisPage() {
$('#wanted_table').dataTable({