diff options
author | friendica <info@friendica.com> | 2013-12-10 15:00:36 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-10 15:00:36 -0800 |
commit | 6e4f9b7ecc42b7196a41c32d1f2a68e4e029ee04 (patch) | |
tree | 57da6c903a689d01057cbe955a1e1fc0b3530a26 /js | |
parent | 7d179ba4c4b27a9479a042be323e29ffa1d54990 (diff) | |
parent | a94a7e0daf1e7df349ebb81532764c5541e10dd6 (diff) | |
download | volse-hubzilla-6e4f9b7ecc42b7196a41c32d1f2a68e4e029ee04.tar.gz volse-hubzilla-6e4f9b7ecc42b7196a41c32d1f2a68e4e029ee04.tar.bz2 volse-hubzilla-6e4f9b7ecc42b7196a41c32d1f2a68e4e029ee04.zip |
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'js')
-rw-r--r-- | js/main.js | 2 |
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) { |