set parent of parent node to display:none

This commit is contained in:
Shinsuke Sugaya 2017-08-03 16:05:50 +09:00
parent 4a92032c9f
commit 2187c930ed

View file

@ -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;
});