Merge pull request #235 from zzottel/master
When counting not yet loaded images, count all in .wall-item-body.
This commit is contained in:
commit
a94a7e0daf
@ -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) {
|
||||
|
Reference in New Issue
Block a user