diff --git a/src/main/webapp/js/search.js b/src/main/webapp/js/search.js index 90ab8652d..6b09bc0d2 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; });