]> git.mxchange.org Git - friendica.git/blobdiff - js/acl.js
* Add MIME types for file attachments
[friendica.git] / js / acl.js
index abdab97da19aa8fb035b984b3fb126a36534a38a..fc6a6c0c1d4cb6283c89aef98cd0d1720fa701ba 100644 (file)
--- a/js/acl.js
+++ b/js/acl.js
@@ -253,7 +253,7 @@ ACL.prototype.populate = function(data){
                //console.log(html);
                that.list_content.append(html);
        });
-       $(".acl-list-item[rel!=acl-template] img[data-src]").each(function(i, el){
+       $(".acl-list-item img[data-src]", that.list_content).each(function(i, el){
                // Add src attribute for images with a data-src attribute
                $(el).attr('src', $(el).data("src"));
        });