mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-03 18:29:32 +01:00
Remove the remaining default interface references to the old image cache
This commit is contained in:
@@ -151,17 +151,6 @@
|
||||
<%def name="javascriptIncludes()">
|
||||
<script src="js/libs/jquery.dataTables.min.js"></script>
|
||||
<script>
|
||||
|
||||
function getAlbumArt() {
|
||||
var id = "${album['AlbumID']}";
|
||||
var name = "${album['AlbumTitle']}";
|
||||
var image = $("div#albumImg img");
|
||||
if ( !image.hasClass('done') ) {
|
||||
image.addClass('done');
|
||||
getArtwork(image,id,name,'album');
|
||||
}
|
||||
}
|
||||
|
||||
function getAlbumInfo() {
|
||||
var id = "${album['AlbumID']}";
|
||||
var elem = $("#albumInfo");
|
||||
@@ -192,7 +181,6 @@
|
||||
|
||||
$(document).ready(function() {
|
||||
getAlbumInfo();
|
||||
//getAlbumArt();
|
||||
initThisPage();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user