Merge pull request #235 from zzottel/master

When counting not yet loaded images, count all in .wall-item-body.
This commit is contained in:
friendica 2013-12-10 01:16:02 -08:00
commit a94a7e0daf

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) {