set parent of parent node to display:none
This commit is contained in:
parent
4a92032c9f
commit
2187c930ed
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue