Merge in elmarkou's changes

This commit is contained in:
rembo10
2012-06-26 19:02:02 +05:30
parent 1f397857c6
commit 05cc10df1a
9 changed files with 45 additions and 28 deletions

View File

@@ -27,7 +27,7 @@
<%def name="body()">
<div id="artistheader" class="clearfix">
<div id="artistImg">
<img id="artistImage" class="albumArt" alt="${artist['ArtistName']}" height="200" />
<img id="artistImage" class="albumArt" alt="" />
</div>
<h1>
%if artist['Status'] == 'Loading':
@@ -214,7 +214,7 @@
resetFilters("albums");
setTimeout(function(){
initFancybox();
},1000);
},1500)
}
$(document).ready(function() {