aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-10 15:00:36 -0800
committerfriendica <info@friendica.com>2013-12-10 15:00:36 -0800
commit6e4f9b7ecc42b7196a41c32d1f2a68e4e029ee04 (patch)
tree57da6c903a689d01057cbe955a1e1fc0b3530a26
parent7d179ba4c4b27a9479a042be323e29ffa1d54990 (diff)
parenta94a7e0daf1e7df349ebb81532764c5541e10dd6 (diff)
downloadvolse-hubzilla-6e4f9b7ecc42b7196a41c32d1f2a68e4e029ee04.tar.gz
volse-hubzilla-6e4f9b7ecc42b7196a41c32d1f2a68e4e029ee04.tar.bz2
volse-hubzilla-6e4f9b7ecc42b7196a41c32d1f2a68e4e029ee04.zip
Merge https://github.com/friendica/red into zpull
-rw-r--r--js/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/main.js b/js/main.js
index ba36861b2..70d11bfd3 100644
--- a/js/main.js
+++ b/js/main.js
@@ -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) {