When counting not yet loaded images, count all in .wall-item-body.

This commit is contained in:
zottel 2013-12-10 09:14:27 +01:00
parent ed9f108722
commit 1bc7cac4f5

View File

@ -527,7 +527,7 @@ function updateConvItems(mode,data) {
/* autocomplete @nicknames */
$(".comment-edit-form textarea").contact_autocomplete(baseurl+"/acl");
var bimgs = $(".wall-item-body > img").not(function() { return this.complete; });
var bimgs = $(".wall-item-body img").not(function() { return this.complete; });
var bimgcount = bimgs.length;
if (bimgcount) {