1
0
Fork 0

Kitteh pic where no album images found

This commit is contained in:
magnolia-fan 2011-06-16 06:51:20 +04:00
parent a024f13088
commit 90665f36b9
2 changed files with 1 additions and 1 deletions

BIN
public/images/kitteh.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

View File

@ -20,7 +20,7 @@ var Pages = {
<div class="album">\ <div class="album">\
<h2 class="name">'+ album.name +' ('+ album.year +')</h2>\ <h2 class="name">'+ album.name +' ('+ album.year +')</h2>\
<div class="pic">\ <div class="pic">\
<img src="'+ album.pic +'" alt="'+ album.name +' by '+ data.artist.name +'" width="250" height="250"/>\ <img src="'+ (album.pic ? album.pic : '/images/kitteh.png') +'" alt="'+ album.name +' by '+ data.artist.name +'" width="250" height="250"/>\
<div class="add-album-button-container">\ <div class="add-album-button-container">\
<div class="add-album button gray">Add to Now Playing</div>\ <div class="add-album button gray">Add to Now Playing</div>\
</div>\ </div>\