diff --git a/src/main/webapp/js/search.js b/src/main/webapp/js/search.js index 90ab8652d6677164a2eb9a88bb798e9a0b7701f4..6b09bc0d20e46120f44c4d1c392e608c3df4ea4e 100644 --- a/src/main/webapp/js/search.js +++ b/src/main/webapp/js/search.js @@ -217,7 +217,7 @@ $(function() { }, IMG_LOADING_DELAY); } else { // $(img).attr('src', contextPath + "/images/noimage.png"); - $(img).parent().css('display', 'none'); + $(img).parent().parent().css('display', 'none'); } imgData = null; });