fix #1190 remove noimage
This commit is contained in:
parent
c6b6f0bbea
commit
f551831d04
2 changed files with 6 additions and 1 deletions
|
@ -250,6 +250,10 @@ ul.searchOptionLabels li {
|
|||
border-radius: 0px;
|
||||
}
|
||||
|
||||
img.thumbnail {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.thumbnail {
|
||||
background-position: 50% 50%;
|
||||
background-repeat: no-repeat;
|
||||
|
|
|
@ -216,7 +216,8 @@ $(function() {
|
|||
loadImage(img, url, --limit);
|
||||
}, IMG_LOADING_DELAY);
|
||||
} else {
|
||||
$(img).attr('src', contextPath + "/images/noimage.png");
|
||||
// $(img).attr('src', contextPath + "/images/noimage.png");
|
||||
$(img).parent().css('display', 'none');
|
||||
}
|
||||
imgData = null;
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue